Interface Instruction

Instruction

interface Instruction {
    accounts: AccountMeta[];
    data: string;
    programId: string;
}

Properties

accounts: AccountMeta[]

Instruction

data: string

Instruction

programId: string

Instruction