Coda by Ian Macalinao
    Preparing search index...

    Interface CreateProposalInstructionDataArgs

    interface CreateProposalInstructionDataArgs {
        bump: number;
        instructions: ProposalInstructionArgs[];
    }
    Index

    Properties

    Properties

    bump: number
    instructions: ProposalInstructionArgs[]