Umi — API References - v1.3.0
Preparing search index...
umi
RpcResultWithContext
Type Alias RpcResultWithContext<Value>
Defines an RPC result that wraps the returned value and provides the slot number as context.
type
RpcResultWithContext
<
Value
>
=
{
context
:
{
slot
:
number
}
;
value
:
Value
;
}
Type Parameters
Value
Index
Properties
context
value
Properties
context
context
:
{
slot
:
number
}
value
value
:
Value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
value
Umi — API References - v1.3.0
Loading...
Defines an RPC result that wraps the returned value and provides the slot number as context.