@payburner/payburner-payid-client-core
Version:
Models library for Core Payburner
7 lines • 306 B
TypeScript
import { CryptoAddressDetails } from "../interfaces/CryptoAddressDetails";
export declare class ResolvedCryptoAddressDetails implements CryptoAddressDetails {
constructor(address: string, tag?: string);
address: string;
tag?: string;
}
//# sourceMappingURL=ResolvedCryptoAddressDetails.d.ts.map