Swig TS — API References
    Preparing search index...

    Type Alias Web3AccountMeta<T>

    type Web3AccountMeta<T extends Web3PublicKey = Web3PublicKey> = {
        isSigner: boolean;
        isWritable: boolean;
        pubkey: T;
    }

    Type Parameters

    Index

    Properties

    isSigner: boolean
    isWritable: boolean
    pubkey: T