import { FullBlockBase } from "../FullBlockBase"; import { XrpBlock } from "../blocks/XrpBlock"; import { XrpTransaction } from "../transactions/XrpTransaction"; export declare class XrpFullBlock extends XrpBlock implements FullBlockBase { get transactions(): XrpTransaction[]; } //# sourceMappingURL=XrpFullBlock.d.ts.map