solana-kotlin
Toggle table of contents
0.3.3
common
Platform filter
common
Switch theme
Search in API
solana-kotlin
solana-kotlin
/
net.avianlabs.solana.methods
/
TransactionResponse
/
Meta
/
InnerInstructionMeta
Inner
Instruction
Meta
@
Serializable
data
class
InnerInstructionMeta
(
val
index
:
Long
,
val
instructions
:
List
<
TransactionResponse.Instruction
>
)
Members
Constructors
Inner
Instruction
Meta
Link copied to clipboard
constructor
(
index
:
Long
,
instructions
:
List
<
TransactionResponse.Instruction
>
)
Properties
index
Link copied to clipboard
val
index
:
Long
instructions
Link copied to clipboard
val
instructions
:
List
<
TransactionResponse.Instruction
>