UNPKG

@fioprotocol/fiosdk

Version:

The Foundation for Interwallet Operability (FIO) is a consortium of leading blockchain wallets, exchanges and payments providers that seeks to accelerate blockchain adoption by reducing the risk, complexity, and inconvenience of sending and receiving cryp

16 lines 468 B
export type MockRegisterFioNameRequestProps = { fioName: string; publicKey: string; baseUrl: string; }; export type MockRegisterFioNameRequestData = { fio_name: string; owner_fio_public_key: string; }; export declare class MockRegisterFioName { props: MockRegisterFioNameRequestProps; ENDPOINT: string; constructor(props: MockRegisterFioNameRequestProps); execute(): Promise<any>; } //# sourceMappingURL=MockRegisterFioName.d.ts.map