@cenoa/waas-js-sdk
Version:
Official Cenoa Wallet as a Service SDK
8 lines (7 loc) • 760 B
TypeScript
import { AxiosInstance } from 'axios';
import Types from '../types';
export declare function setPartnerWallet(instance: AxiosInstance, payload: Types.SetPartnerWalletPayload): Promise<Types.SetPartnerWalletResponse>;
export declare function getPartnerWallet(instance: AxiosInstance): Promise<Types.GetPartnerWalletResponse>;
export declare function setUserWallet(instance: AxiosInstance, payload: Types.SetUserWalletPayload): Promise<Types.SetUserWalletResponse>;
export declare function getUserWallet(instance: AxiosInstance, payload: Types.GetUserWalletPayload): Promise<Types.GetUserWalletResponse>;
export declare function getUserWalletSecret(instance: AxiosInstance, payload: Types.GetUserWalletSecretPayload): Promise<Types.GetUserWalletSecretResponse>;