Umi — API References - v1.3.0
    Preparing search index...

    Type Alias BlockhashWithExpiryBlockHeight

    Defines a blockhash with its expiry block height.

    type BlockhashWithExpiryBlockHeight = {
        blockhash: Blockhash;
        lastValidBlockHeight: number;
    }
    Index

    Properties

    blockhash: Blockhash
    lastValidBlockHeight: number