Coda by Ian Macalinao
    Preparing search index...

    Type Alias ProposalInstructionV1

    type ProposalInstructionV1 = {
        accountType: GovernanceAccountType;
        executedAt: Option<UnixTimestamp>;
        executionStatus: TransactionExecutionStatus;
        holdUpTime: number;
        instruction: InstructionData;
        instructionIndex: number;
        proposal: Address;
    }
    Index
    executedAt: Option<UnixTimestamp>
    holdUpTime: number
    instruction: InstructionData
    instructionIndex: number
    proposal: Address