Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IDeserializedResult
Interface IDeserializedResult<T>
Interface for deserialized result
See
instance - deserialized instance
offset - offset of the deserialized instance
interface
IDeserializedResult
<
T
>
{
instance
:
T
;
offset
:
number
;
}
Type Parameters
T
Index
Properties
instance
offset
Properties
instance
instance
:
T
offset
offset
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
instance
offset
massa-web3
Loading...
Interface for deserialized result
See