Coda by Ian Macalinao
    Preparing search index...

    Type Alias ProposalTransactionV2

    type ProposalTransactionV2 = {
        accountType: GovernanceAccountType;
        executedAt: Option<UnixTimestamp>;
        executionStatus: TransactionExecutionStatus;
        holdUpTime: number;
        instructions: InstructionData[];
        optionIndex: number;
        proposal: Address;
        reservedV2: number[];
        transactionIndex: number;
    }
    Index
    executedAt: Option<UnixTimestamp>
    holdUpTime: number
    instructions: InstructionData[]
    optionIndex: number
    proposal: Address
    reservedV2: number[]
    transactionIndex: number