Umi — API References - v1.3.0
Preparing search index...
umi
TransactionInputBase
Type Alias TransactionInputBase
Defines common transaction input.
type
TransactionInputBase
=
{
blockhash
:
Blockhash
;
instructions
:
Instruction
[]
;
payer
:
PublicKey
;
signatures
?:
TransactionSignature
[]
;
}
Index
Properties
blockhash
instructions
payer
signatures?
Properties
blockhash
blockhash
:
Blockhash
instructions
instructions
:
Instruction
[]
payer
payer
:
PublicKey
Optional
signatures
signatures
?:
TransactionSignature
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blockhash
instructions
payer
signatures
Umi — API References - v1.3.0
Loading...
Defines common transaction input.