UNPKG

@payburner/keyburner-core

Version:

KeyburnerJs -- A library to enable arbitrary transaction signing and verification using XRPL-compatible keys and addresses.

11 lines 299 B
/// <reference types="node" /> declare class BytesList { private bytesArray; getLength(): number; put(bytesArg: Buffer): BytesList; toBytesSink(list: BytesList): void; toBytes(): Buffer; toHex(): string; } export { BytesList }; //# sourceMappingURL=binary-serializer.d.ts.map