Coda by Ian Macalinao
    Preparing search index...

    Type Alias ProposalInstructionV1Args

    type ProposalInstructionV1Args = {
        executedAt: OptionOrNullable<UnixTimestampArgs>;
        executionStatus: TransactionExecutionStatusArgs;
        holdUpTime: number;
        instruction: InstructionDataArgs;
        instructionIndex: number;
        proposal: Address;
    }
    Index
    executedAt: OptionOrNullable<UnixTimestampArgs>
    holdUpTime: number
    instruction: InstructionDataArgs
    instructionIndex: number
    proposal: Address