Swig TS — API References
    Preparing search index...

    Type Alias ProgramExecAuthorityData

    ProgramExec authority data structure (80 bytes).

    Validates that a preceding instruction matches the configured program and instruction prefix.

    type ProgramExecAuthorityData = {
        _padding: ReadonlyUint8Array;
        instructionPrefix: ReadonlyUint8Array;
        instructionPrefixLen: number;
        programId: ReadonlyUint8Array;
    }
    Index

    Properties

    _padding: ReadonlyUint8Array

    Padding for alignment (7 bytes)

    instructionPrefix: ReadonlyUint8Array

    The instruction data prefix that must match (40 bytes)

    instructionPrefixLen: number

    Length of the instruction prefix to match (0-40)

    programId: ReadonlyUint8Array

    The program ID that must execute the preceding instruction (32 bytes)