@did-btc1/method
    Preparing search index...

    Type Alias ChainTip

    type ChainTip = {
        branchlen: number;
        hash: string;
        height: number;
        status:
            | "active"
            | "valid-fork"
            | "valid-headers"
            | "headers-only"
            | "invalid";
    }
    Index

    Properties

    branchlen: number
    hash: string
    height: number
    status: "active" | "valid-fork" | "valid-headers" | "headers-only" | "invalid"