UNPKG

@coolwallet/xrp

Version:
7 lines (6 loc) 493 B
import * as types from '../config/types'; export declare const generateRawTx: (signature: string, payment: types.BasePayment) => string; export declare const pubKeyToAddress: (publicKey: string) => string; export declare const getAccount: (address: string) => string; export declare const generateTrustSetRawTx: (signature: string, tokenPayment: types.TokenPayment) => string; export declare const generateIouTransferRawTx: (signature: string, iouPayment: types.IouTransferPayment) => string;