CompiledInstruction

data class CompiledInstruction(val programIdIndex: Byte = 0, val accounts: List<Byte>, val data: ByteArray)

Constructors

Link copied to clipboard
constructor(programIdIndex: Byte = 0, accounts: List<Byte>, data: ByteArray)

Properties

Link copied to clipboard

Ordered indices into the transaction keys array indicating which accounts to pass to the program

Link copied to clipboard

The program input data

Link copied to clipboard

Index into the transaction keys array indicating the program account that executes this instruction

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int