Avalanche SDK Client
    Preparing search index...

    Type Alias PChainBlockType

    PChainBlockType: { block: { height: number; id: string; parentID: string; time: number; txs: (...)[] }; encoding: "json" } | { block: string; encoding: "hex" }