@bithomp/xrpl-api
Version:
A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger
16 lines (15 loc) • 348 B
TypeScript
export interface Trustline {
account: string;
balance: string;
currency: string;
limit: string;
limit_peer: string;
quality_in: number;
quality_out: number;
no_ripple?: boolean;
no_ripple_peer?: boolean;
authorized?: boolean;
peer_authorized?: boolean;
freeze?: boolean;
freeze_peer?: boolean;
}