Interfaces
TransactionMessageWithFeePayerSigner
Alternative to TransactionMessageWithFeePayer that uses a TransactionSigner for the fee payer.
Example
Type Parameters
Type Parameter | Default type | Description |
---|---|---|
TAddress extends string | string | Supply a string literal to define a fee payer having a particular address. |
TSigner extends TransactionSigner <TAddress > | TransactionSigner <TAddress > | Optionally provide a narrower type for the TransactionSigner. |