InputSubmitTransactionData

data class InputSubmitTransactionData(val transaction: AnyRawTransaction, val senderAuthenticator: AccountAuthenticator, val feePayerAuthenticator: AccountAuthenticator? = null, val additionalSignersAuthenticators: List<AccountAuthenticator>? = null)

Constructors

Link copied to clipboard
constructor(transaction: AnyRawTransaction, senderAuthenticator: AccountAuthenticator, feePayerAuthenticator: AccountAuthenticator? = null, additionalSignersAuthenticators: List<AccountAuthenticator>? = null)