Interface Data_SolInstruction

interface Data_SolInstruction {
    accounts: string[];
    instructionData: string;
    parsed?: {
        [key: string]: any;
    };
    programAccountId: string;
    slot: bigint;
}

Properties

accounts: string[]
instructionData: string
parsed?: {
    [key: string]: any;
}
programAccountId: string
slot: bigint