UNPKG

@radixdlt/tx-parser

Version:
8 lines 369 B
/// <reference types="node" /> import { BufferReaderT } from '@radixdlt/util'; import { Result } from 'neverthrow'; import { ValidatorOwnerCopyT } from './_types'; export declare const ValidatorOwnerCopy: { fromBufferReader: (bufferReader: BufferReaderT, lengthData: Buffer) => Result<ValidatorOwnerCopyT, Error>; }; //# sourceMappingURL=validatorOwnerCopy.d.ts.map