Coda by Ian Macalinao
    Preparing search index...
    interface ProposalAccountMeta {
        isSigner: boolean;
        isWritable: boolean;
        pubkey: Address;
    }
    Index

    Properties

    isSigner: boolean
    isWritable: boolean
    pubkey: Address