/** * Testnet XRP * * @format */ import { BaseCoin, BitGoBase } from '@bitgo/sdk-core'; import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics'; import { Xrp } from './xrp'; export declare class Txrp extends Xrp { protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly); static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly): BaseCoin; /** * Identifier for the blockchain which supports this coin */ getChain(): string; /** * URL of a well-known, public facing (non-bitgo) rippled instance which can be used for recovery */ getRippledUrl(): string; /** * Complete human-readable name of this coin */ getFullName(): string; } //# sourceMappingURL=txrp.d.ts.map