Swig TS — API References
    Preparing search index...

    Interface Web3Instruction<T, U, V>

    interface Web3Instruction<
        T extends Web3PublicKey = Web3PublicKey,
        U extends ReadonlyUint8Array = ReadonlyUint8Array,
        V extends Web3PublicKey = Web3PublicKey,
    > {
        data: U;
        keys: Web3AccountMeta<T>[];
        programId: V;
    }

    Type Parameters

    Index

    Properties

    Properties

    data: U
    programId: V