@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 • 482 B
TypeScript
export type MockRegisterFioNameRequestProps = {
fioName: string;
publicKey: string;
baseUrl: string;
};
export type MockRegisterFioNameRequestData = {
fio_name: string;
owner_fio_public_key: string;
};
export declare class MockRegisterFioNameRequest {
props: MockRegisterFioNameRequestProps;
ENDPOINT: string;
constructor(props: MockRegisterFioNameRequestProps);
execute(): Promise<any>;
}
//# sourceMappingURL=MockRegisterFioNameRequest.d.ts.map