UNPKG

ethers

Version:

A complete and compact Ethereum library, for dapps, wallets and any other tools.

3 lines 193 B
import type { Authorization, AuthorizationLike } from "./index.js"; export declare function authorizationify(auth: AuthorizationLike): Authorization; //# sourceMappingURL=authorization.d.ts.map