import { ChainProvider } from "../lib/provider"; export declare class RPCChainProvider implements ChainProvider { readonly url: string; readonly walletName: string; readonly username: string; readonly password: string; private broadcastedTxs; constructor(url: string, walletName: string, username: string, password: string); getRpcUser: () => string; getRpcPassword: () => string; getRpcUrl: (walletName: string) => string; getConfirmations(txId: string): Promise; private _broadcast; private _getConfirmations; broadcast(txHex: string): Promise; getRawTransaction(txId: string): Promise; private _getRawTransaction; } //# sourceMappingURL=rpcChainProvider.d.ts.map