@coolwallet/xrp
Version:
Coolwallet Ripple App
7 lines (6 loc) • 493 B
TypeScript
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;