Coda by Ian Macalinao
    Preparing search index...
    interface ProposalInstructionV1 {
        accountType: GovernanceAccountType;
        executedAt: Option<bigint>;
        executionStatus: TransactionExecutionStatus;
        holdUpTime: number;
        instruction: InstructionData;
        instructionIndex: number;
        proposal: Address;
    }
    Index

    Properties

    executedAt: Option<bigint>
    holdUpTime: number
    instruction: InstructionData
    instructionIndex: number
    proposal: Address