UNPKG

saepenatus

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

11 lines 549 B
import { BytesLike } from "@ethersproject/bytes"; import { BigNumberish } from "@ethersproject/bignumber"; export declare function getAddress(address: string): string; export declare function isAddress(address: string): boolean; export declare function getIcapAddress(address: string): string; export declare function getContractAddress(transaction: { from: string; nonce: BigNumberish; }): string; export declare function getCreate2Address(from: string, salt: BytesLike, initCodeHash: BytesLike): string; //# sourceMappingURL=index.d.ts.map