ripple-lib
Version:
Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html
38 lines • 2.33 kB
TypeScript
export declare const getPaths: (object: any) => void;
export declare const getTransactions: (instance: any) => void;
export declare const getSettings: (instance: any) => void;
export declare const getAccountInfo: (instance: any) => void;
export declare const getTrustlines: (instance: any) => void;
export declare const getBalances: (instance: any) => void;
export declare const getBalanceSheet: (instance: any) => void;
export declare const getOrders: (instance: any) => void;
export declare const getOrderbook: (instance: any) => void;
export declare const getTransaction: (instance: any) => void;
export declare const getPaymentChannel: (instance: any) => void;
export declare const getLedger: (instance: any) => void;
export declare const preparePayment: (object: any) => void;
export declare const prepareOrder: (object: any) => void;
export declare const prepareOrderCancellation: (object: any) => void;
export declare const prepareTrustline: (object: any) => void;
export declare const prepareSettings: (object: any) => void;
export declare const prepareEscrowCreation: (object: any) => void;
export declare const prepareEscrowCancellation: (object: any) => void;
export declare const prepareEscrowExecution: (object: any) => void;
export declare const preparePaymentChannelCreate: (object: any) => void;
export declare const preparePaymentChannelFund: (object: any) => void;
export declare const preparePaymentChannelClaim: (object: any) => void;
export declare const prepareCheckCreate: (object: any) => void;
export declare const prepareCheckCash: (object: any) => void;
export declare const prepareCheckCancel: (object: any) => void;
export declare const prepareTicketCreate: (object: any) => void;
export declare const sign: (object: any) => void;
export declare const combine: (object: any) => void;
export declare const submit: (object: any) => void;
export declare const computeLedgerHash: (object: any) => void;
export declare const generateAddress: (object: any) => void;
export declare const signPaymentChannelClaim: (object: any) => void;
export declare const verifyPaymentChannelClaim: (object: any) => void;
export declare const apiOptions: (object: any) => void;
export declare const instructions: (object: any) => void;
export declare const tx_json: (object: any) => void;
//# sourceMappingURL=validate.d.ts.map