UNPKG

@cenoa/waas-js-sdk

Version:

Official Cenoa Wallet as a Service SDK

7 lines (6 loc) 746 B
import { AxiosInstance } from 'axios'; import Types from '../types'; export declare function getSignCredentialsForTransfer(instance: AxiosInstance, payload: Types.GetSignCredentialsForTransferPayload): Promise<Types.SignCredentialsForTransactionResponse>; export declare function transfer(instance: AxiosInstance, payload: Types.SendTransferToClientWalletRequestPayload): Promise<Types.SendTransferToClientWalletRequestResponse>; export declare function getTransferStatus(instance: AxiosInstance, payload: Types.GetTransferStatusPayload): Promise<Types.GetTransferStatusResponse>; export declare function getUserTransferTransactions(instance: AxiosInstance, payload: Types.GetTransactionsPayload): Promise<Types.GetTransferTransactionsResponse>;