Raw compiled instruction from protobuf.

1.0.0

interface RawCompiledInstruction {
    accounts: number[];
    data: string | RawBuffer;
    program_id_index: number;
}

Properties

accounts: number[]
data: string | RawBuffer
program_id_index: number