T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
erc8004/src
ResolvedAgent
Interface ResolvedAgent
Resolved agent = on-chain identity + fetched registration file
interface
ResolvedAgent
{
agentId
:
bigint
;
owner
:
`
0x
${
string
}
`
;
agentURI
:
string
;
agentWallet
:
`
0x
${
string
}
`
;
registry
:
AgentRegistry
;
registration
:
RegistrationFile
;
}
Hierarchy (
View Summary
)
AgentIdentity
ResolvedAgent
Index
Properties
agent
Id
owner
agent
URI
agent
Wallet
registry
registration
Properties
agent
Id
agentId
:
bigint
owner
owner
:
`
0x
${
string
}
`
agent
URI
agentURI
:
string
agent
Wallet
agentWallet
:
`
0x
${
string
}
`
registry
registry
:
AgentRegistry
registration
registration
:
RegistrationFile
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
owner
agent
URI
agent
Wallet
registry
registration
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
Resolved agent = on-chain identity + fetched registration file