solana-resilience-kit - v1.0.0
    Preparing search index...

    Interface BlockhashRecord

    interface BlockhashRecord {
        blockhash: string;
        issuedAtSlot: bigint;
        lastValidBlockHeight: bigint;
    }
    Index

    Properties

    blockhash: string
    issuedAtSlot: bigint
    lastValidBlockHeight: bigint