UNPKG

@coolwallet/xrp

Version:
5 lines (4 loc) 264 B
import * as types from "../config/types"; export declare const generateRawTx: (signature: string, payment: types.Payment) => string; export declare const pubKeyToAddress: (publicKey: string) => string; export declare const getAccount: (address: string) => string;