micro-eth-signer
Version:
Minimal library for Ethereum transactions, addresses and smart contracts
5 lines • 402 B
TypeScript
import type { ContractABI, HintFn, HookFn } from './abi-decoder.ts';
export declare function addHint<T extends ContractABI>(abi: ContractABI, name: string, fn: HintFn): T;
export declare function addHints<T extends ContractABI>(abi: T, map: Record<string, HintFn>): T;
export declare function addHook<T extends ContractABI>(abi: T, name: string, fn: HookFn): T;
//# sourceMappingURL=abi-common.d.ts.map