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