TypeAlias.TransactionOptions
type TransactionOptions = {
maxFeePerGas: bigint;
maxPriorityFeePerGas: bigint;
};
Represents the options for a transaction. see KeybanAccount#transfer
Properties
Property | Type | Description |
---|---|---|
maxFeePerGas? | bigint | The maximum fee per unit of gas |
maxPriorityFeePerGas? | bigint | The maximum priority fee per unit of gas |