@bcpros/crypto-wallet-core
Version:
A multi-currency support library for address derivation, private key creation, and transaction creation
9 lines • 312 B
TypeScript
import { ERC20TxProvider } from '../erc20';
import { ETHTxProvider } from '../eth';
export declare class OPTxProvider extends ETHTxProvider {
constructor(chain?: string);
}
export declare class OPERC20TxProvider extends ERC20TxProvider {
constructor(chain?: string);
}
//# sourceMappingURL=index.d.ts.map