import { IUtxoGetBlockRes } from "../../types"; import { FullBlockBase } from "../FullBlockBase"; import { UtxoBlock } from "../blocks/UtxoBlock"; import { UtxoTransaction } from "../transactions/UtxoTransaction"; export declare class UtxoFullBlock extends UtxoBlock implements FullBlockBase { transactionConstructor: any; constructor(data: IUtxoGetBlockRes); get transactions(): T[]; } //# sourceMappingURL=UtxoFullBlock.d.ts.map