Typeberry by Fluffy Labs - v0.5.0
Preparing search index...
lib
jam_host_calls
general
AccountsRead
Interface AccountsRead
Account data interface for read host calls.
interface
AccountsRead
{
read
(
serviceId
:
|
number
&
WithBytesRepresentation
<
4
>
&
WithOpaque
<
"ServiceId[u32]"
>
|
null
,
rawKey
:
BytesBlob
,
)
:
BytesBlob
|
null
;
}
Implemented by
AccumulateExternalities
Index
Methods
read
Methods
read
read
(
serviceId
:
|
number
&
WithBytesRepresentation
<
4
>
&
WithOpaque
<
"ServiceId[u32]"
>
|
null
,
rawKey
:
BytesBlob
,
)
:
BytesBlob
|
null
Read service storage.
Parameters
serviceId
:
number
&
WithBytesRepresentation
<
4
>
&
WithOpaque
<
"ServiceId[u32]"
>
|
null
rawKey
:
BytesBlob
Returns
BytesBlob
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
Typeberry by Fluffy Labs - v0.5.0
Loading...
Account data interface for read host calls.