@payburner/payburner-payid-client
Version:
Client library for PayID
12 lines (11 loc) • 383 B
TypeScript
import { PayIDAddressType } from "./PayIDAddressType";
export declare class PayIDAddressTypes {
XRPL_MAINNET: PayIDAddressType;
XRPL_TESTNET: PayIDAddressType;
XRPL_DEVNET: PayIDAddressType;
ACH: PayIDAddressType;
BTC_MAINNET: PayIDAddressType;
BTC_TESTNET: PayIDAddressType;
ETH_MAINNET: PayIDAddressType;
ALL_TYPES: PayIDAddressType[];
}