UNPKG

xrpl-binary-codec-prerelease

Version:

XRP Ledger Protocol Binary Codec - For XRPL, Xahau and other networks (with dynamic definitions)

9 lines (8 loc) 187 B
declare class NativeAsset { private nativeAsset; constructor(); set(asset: string): void; get(): string; } declare const nativeAsset: NativeAsset; export { nativeAsset };