Coda by Ian Macalinao
    Preparing search index...

    Type Alias ProposalTransactionV2Args

    type ProposalTransactionV2Args = {
        executedAt: OptionOrNullable<UnixTimestampArgs>;
        executionStatus: TransactionExecutionStatusArgs;
        holdUpTime: number;
        instructions: InstructionDataArgs[];
        optionIndex: number;
        proposal: Address;
        reservedV2: number[];
        transactionIndex: number;
    }
    Index
    executedAt: OptionOrNullable<UnixTimestampArgs>
    holdUpTime: number
    instructions: InstructionDataArgs[]
    optionIndex: number
    proposal: Address
    reservedV2: number[]
    transactionIndex: number