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