T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
erc8004/src
ERC8004ReadClient
Interface ERC8004ReadClient
Minimal read-only client interface for ERC-8004 registry interactions
interface
ERC8004ReadClient
{
readContract
(
args
:
{
address
:
`
0x
${
string
}
`
;
abi
:
readonly
unknown
[]
;
functionName
:
string
;
args
?:
readonly
unknown
[]
;
}
,
)
:
Promise
<
unknown
>
;
}
Hierarchy (
View Summary
)
ERC8004ReadClient
ERC8004WriteClient
Index
Methods
read
Contract
Methods
read
Contract
readContract
(
args
:
{
address
:
`
0x
${
string
}
`
;
abi
:
readonly
unknown
[]
;
functionName
:
string
;
args
?:
readonly
unknown
[]
;
}
,
)
:
Promise
<
unknown
>
Parameters
args
:
{
address
:
`
0x
${
string
}
`
;
abi
:
readonly
unknown
[]
;
functionName
:
string
;
args
?:
readonly
unknown
[]
;
}
Returns
Promise
<
unknown
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
read
Contract
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
Minimal read-only client interface for ERC-8004 registry interactions