Coda by Ian Macalinao
    Preparing search index...
    interface ProposalTransactionV2Args {
        executedAt: OptionOrNullable<UnixTimestampArgs>;
        executionStatus: TransactionExecutionStatus;
        holdUpTime: number;
        instructions: InstructionDataArgs[];
        optionIndex: number;
        proposal: Address;
        reservedV2: number[];
        transactionIndex: number;
    }
    Index

    Properties

    executedAt: OptionOrNullable<UnixTimestampArgs>
    holdUpTime: number
    instructions: InstructionDataArgs[]
    optionIndex: number
    proposal: Address
    reservedV2: number[]
    transactionIndex: number