@evefrontier/dapp-kit - v0.0.1
Preparing search index...
RawCharacterData
Interface RawCharacterData
Raw Character data structure from the EVE Frontier package
interface
RawCharacterData
{
id
:
`
0x
${
string
}
`
;
key
:
{
item_id
:
string
;
tenant
:
string
}
;
tribe_id
:
number
;
character_address
:
`
0x
${
string
}
`
;
metadata
:
{
assembly_id
:
`
0x
${
string
}
`
;
name
:
string
;
description
:
string
;
url
:
string
;
}
;
owner_cap_id
:
`
0x
${
string
}
`
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
id
key
tribe_
id
character_
address
metadata
owner_
cap_
id
Properties
id
id
:
`
0x
${
string
}
`
key
key
:
{
item_id
:
string
;
tenant
:
string
}
tribe_
id
tribe_id
:
number
character_
address
character_address
:
`
0x
${
string
}
`
metadata
metadata
:
{
assembly_id
:
`
0x
${
string
}
`
;
name
:
string
;
description
:
string
;
url
:
string
;
}
owner_
cap_
id
owner_cap_id
:
`
0x
${
string
}
`
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
key
tribe_
id
character_
address
metadata
owner_
cap_
id
@evefrontier/dapp-kit - v0.0.1
Loading...
Raw Character data structure from the EVE Frontier package