Function: loadAbi()
function loadAbi(contractAddress: `0x${string}`, abi: Abi): Promise<void>;
Defined in: packages/core/lib/functions.ts:41
Loads the given ABI for the given contract, enabling transaction requests to display information about the functions being called, instead of raw calldata.
Parameters
contractAddress
`0x${string}`
abi
Abi
Returns
Promise
<void
>