import { IUtxoGetBlockHeaderRes } from "../../types"; import { BlockHeaderBase } from "../BlockBase"; export declare abstract class UtxoBlockHeader extends BlockHeaderBase { protected get data(): IUtxoGetBlockHeaderRes; get previousBlockHash(): string; get stdPreviousBlockHash(): string; get unixTimestamp(): number; get transactionCount(): number; get number(): number; get blockHash(): string; get stdBlockHash(): string; } //# sourceMappingURL=UtxoBlockHeader.d.ts.map