hoodkit
Preparing search index...
index
ContractRead
Interface ContractRead
A single contract read: the same shape viem's
multicall
accepts per entry.
interface
ContractRead
{
abi
:
Abi
;
address
:
`
0x
${
string
}
`
;
args
?:
readonly
unknown
[]
;
functionName
:
string
;
}
Index
Properties
abi
address
args?
function
Name
Properties
abi
abi
:
Abi
address
address
:
`
0x
${
string
}
`
Optional
args
args
?:
readonly
unknown
[]
function
Name
functionName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abi
address
args
function
Name
hoodkit
Loading...
A single contract read: the same shape viem's
multicallaccepts per entry.