InnerInstructionMeta

@Serializable
data class InnerInstructionMeta(val index: Long, val instructions: List<TransactionResponse.Instruction>)

Constructors

Link copied to clipboard
constructor(index: Long, instructions: List<TransactionResponse.Instruction>)

Properties

Link copied to clipboard
val index: Long