Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.23.0
@aptos-labs/ts-sdk
InputSubmitTransactionData
Interface InputSubmitTransactionData
Interface that holds the user data input when submitting a transaction
interface
InputSubmitTransactionData
{
additionalSignersAuthenticators
?:
AccountAuthenticator
[]
;
feePayerAuthenticator
?:
AccountAuthenticator
;
senderAuthenticator
:
AccountAuthenticator
;
transaction
:
AnyRawTransaction
;
}
Index
Properties
additional
Signers
Authenticators?
fee
Payer
Authenticator?
sender
Authenticator
transaction
Properties
Optional
additional
Signers
Authenticators
additional
Signers
Authenticators
?:
AccountAuthenticator
[]
Optional
fee
Payer
Authenticator
fee
Payer
Authenticator
?:
AccountAuthenticator
sender
Authenticator
sender
Authenticator
:
AccountAuthenticator
transaction
transaction
:
AnyRawTransaction
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
additional
Signers
Authenticators
fee
Payer
Authenticator
sender
Authenticator
transaction
@aptos-labs/ts-sdk - v1.23.0
Loading...
Interface that holds the user data input when submitting a transaction