UNPKG

@bithomp/xrpl-api

Version:

A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger

12 lines (11 loc) 241 B
import { Amount } from "../types"; export interface URITokenInterface { Digest?: string; Flags: number; Issuer: string; Owner: string; URITokenID: string; URI: string; Amount?: Amount; Destination?: string; }