@radixdlt/tx-parser
Version:
Parsing of Radix Engine transactions and instructions
8 lines • 369 B
TypeScript
/// <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