UNPKG

450 BTypeScriptView Raw
1import { Instructions, Prepare } from './types';
2import { RippleAPI } from '..';
3export declare type PaymentChannelFund = {
4 channel: string;
5 amount: string;
6 expiration?: string;
7};
8declare function preparePaymentChannelFund(this: RippleAPI, address: string, paymentChannelFund: PaymentChannelFund, instructions?: Instructions): Promise<Prepare>;
9export default preparePaymentChannelFund;
10//# sourceMappingURL=payment-channel-fund.d.ts.map
\No newline at end of file