Coda by Ian Macalinao
    Preparing search index...

    Interface ProposalInstructionArgs

    interface ProposalInstructionArgs {
        data: ReadonlyUint8Array;
        keys: ProposalAccountMeta[];
        programId: Address;
    }
    Index

    Properties

    Properties

    data: ReadonlyUint8Array
    programId: Address