Coda by Ian Macalinao
    Preparing search index...
    interface ProposalTransactionV2 {
        accountType: GovernanceAccountType;
        executedAt: Option<bigint>;
        executionStatus: TransactionExecutionStatus;
        holdUpTime: number;
        instructions: InstructionData[];
        optionIndex: number;
        proposal: Address;
        reservedV2: number[];
        transactionIndex: number;
    }
    Index

    Properties

    executedAt: Option<bigint>
    holdUpTime: number
    instructions: InstructionData[]
    optionIndex: number
    proposal: Address
    reservedV2: number[]
    transactionIndex: number