Umi — API References - v1.3.0
Preparing search index...
umi
TransactionMessage
Interface TransactionMessage
Defines the message of a transaction.
interface
TransactionMessage
{
accounts
:
PublicKey
[]
;
addressLookupTables
:
CompiledAddressLookupTable
[]
;
blockhash
:
string
;
header
:
TransactionMessageHeader
;
instructions
:
CompiledInstruction
[]
;
version
:
TransactionVersion
;
}
Index
Properties
accounts
address
Lookup
Tables
blockhash
header
instructions
version
Properties
Readonly
accounts
accounts
:
PublicKey
[]
Readonly
address
Lookup
Tables
addressLookupTables
:
CompiledAddressLookupTable
[]
Readonly
blockhash
blockhash
:
string
Readonly
header
header
:
TransactionMessageHeader
Readonly
instructions
instructions
:
CompiledInstruction
[]
Readonly
version
version
:
TransactionVersion
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
address
Lookup
Tables
blockhash
header
instructions
version
Umi — API References - v1.3.0
Loading...
Defines the message of a transaction.