toggle menu
solana-kotlin
0.2.1
common
switch theme
search in API
solana-kotlin
/
net.avianlabs.solana.methods
/
TransactionResponse
/
Message
Message
@
Serializable
data
class
Message
(
val
accountKeys
:
List
<
String
>
,
val
header
:
TransactionResponse.Header
,
val
instructions
:
List
<
TransactionResponse.Instruction
>
,
val
recentBlockhash
:
String
)
Members
Constructors
Message
Link copied to clipboard
constructor
(
accountKeys
:
List
<
String
>
,
header
:
TransactionResponse.Header
,
instructions
:
List
<
TransactionResponse.Instruction
>
,
recentBlockhash
:
String
)
Properties
account
Keys
Link copied to clipboard
val
accountKeys
:
List
<
String
>
header
Link copied to clipboard
val
header
:
TransactionResponse.Header
instructions
Link copied to clipboard
val
instructions
:
List
<
TransactionResponse.Instruction
>
recent
Blockhash
Link copied to clipboard
val
recentBlockhash
:
String