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