golem-base-sdk
Preparing search index...
internal
GolemBaseActions
Type Alias GolemBaseActions
type
GolemBaseActions
=
{
getAllEntityKeys
()
:
Promise
<
`
0x
${
string
}
`
[]
>
;
getEntitiesOfOwner
(
args
:
`
0x
${
string
}
`
)
:
Promise
<
`
0x
${
string
}
`
[]
>
;
getEntitiesToExpireAtBlock
(
blockNumber
:
bigint
)
:
Promise
<
`
0x
${
string
}
`
[]
>
;
getEntityCount
()
:
Promise
<
number
>
;
getEntityMetaData
(
args
:
`
0x
${
string
}
`
)
:
Promise
<
EntityMetaData
>
;
getStorageValue
(
args
:
`
0x
${
string
}
`
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
queryEntities
(
args
:
string
)
:
Promise
<
{
key
:
Hex
;
value
:
Uint8Array
}
[]
>
;
}
Index
Methods
get
All
Entity
Keys
get
Entities
Of
Owner
get
Entities
To
Expire
At
Block
get
Entity
Count
get
Entity
Meta
Data
get
Storage
Value
query
Entities
Methods
get
All
Entity
Keys
getAllEntityKeys
()
:
Promise
<
`
0x
${
string
}
`
[]
>
Returns
Promise
<
`
0x
${
string
}
`
[]
>
get
Entities
Of
Owner
getEntitiesOfOwner
(
args
:
`
0x
${
string
}
`
)
:
Promise
<
`
0x
${
string
}
`
[]
>
Parameters
args
:
`
0x
${
string
}
`
Returns
Promise
<
`
0x
${
string
}
`
[]
>
get
Entities
To
Expire
At
Block
getEntitiesToExpireAtBlock
(
blockNumber
:
bigint
)
:
Promise
<
`
0x
${
string
}
`
[]
>
Get all entity keys for entities that will expire at the given block number
Parameters
blockNumber
:
bigint
Returns
Promise
<
`
0x
${
string
}
`
[]
>
get
Entity
Count
getEntityCount
()
:
Promise
<
number
>
Returns
Promise
<
number
>
get
Entity
Meta
Data
getEntityMetaData
(
args
:
`
0x
${
string
}
`
)
:
Promise
<
EntityMetaData
>
Parameters
args
:
`
0x
${
string
}
`
Returns
Promise
<
EntityMetaData
>
get
Storage
Value
getStorageValue
(
args
:
`
0x
${
string
}
`
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Parameters
args
:
`
0x
${
string
}
`
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
query
Entities
queryEntities
(
args
:
string
)
:
Promise
<
{
key
:
Hex
;
value
:
Uint8Array
}
[]
>
Parameters
args
:
string
Returns
Promise
<
{
key
:
Hex
;
value
:
Uint8Array
}
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
All
Entity
Keys
get
Entities
Of
Owner
get
Entities
To
Expire
At
Block
get
Entity
Count
get
Entity
Meta
Data
get
Storage
Value
query
Entities
golem-base-sdk
Loading...
Get all entity keys for entities that will expire at the given block number