Umi — API References - v1.3.0
    Preparing search index...

    Type Alias SignerMeta

    Defines a signer account required by an instruction. It includes the signer and whether the signer account should be writable.

    type SignerMeta = {
        isWritable: boolean;
        signer: Signer;
    }
    Index

    Properties

    Properties

    isWritable: boolean
    signer: Signer