Interface InputSubmitTransactionData

Holds user data input for submitting a transaction.

The raw transaction data.

The authenticator for the sender's account.

Optional authenticator for the fee payer's account.

Optional array of authenticators for additional signers.

Properties

additionalSignersAuthenticators?: AccountAuthenticator[]
feePayerAuthenticator?: AccountAuthenticator
senderAuthenticator: AccountAuthenticator
transaction: AnyRawTransaction