BaseTransactionParams: {
    amount: Amount;
    gasLimit?: bigint | number;
    provider: P;
}

Type Parameters

  • P