Transaction_Message_CompiledInstruction - p2p-org/solana-swift GitHub Wiki
Transaction.Message.CompiledInstruction
struct CompiledInstruction
Properties
programIdIndex
public let programIdIndex: UInt8
keyIndicesCount
let keyIndicesCount: [UInt8]
keyIndices
let keyIndices: [UInt8]
dataLength
let dataLength: [UInt8]
data
public let data: [UInt8]
accounts
public var accounts: [Int]
programIdIndexValue
var programIdIndexValue: Int
serializedData
var serializedData: Data