Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateProposalInstructionDataArgs

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