UNPKG

@coolwallet/xrp

Version:
3 lines (2 loc) 150 B
import * as types from "./config/types"; export declare const signPayment: (signTxData: types.signTxType, payment: types.Payment) => Promise<string>;