@mayflower-sys/avm-interfaces-abis
v202607.1306.150
Published
Collected as-const ABIs for the AVM public interfaces.
Readme
avm-interfaces-abis
The ABIs of the AVM public interfaces, collected into one package. No bytecode,
no Solidity, no build-output bloat — just the ABIs, as as const TS modules for
viem/abitype clients (strong inference of function names, argument tuples, and
return types):
import { iMarketAbi } from "@mayflower-sys/avm-interfaces-abis"The as const literal is the whole point: a plain JSON import is widened by
TypeScript and gives viem no inference, so each interface is emitted as a TS
module (re-exported from the barrel) rather than raw JSON.
