Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
eth
IResult
Interface IResult
interface
IResult
{
toArray
()
:
any
[]
;
toObject
()
:
Record
<
string
,
any
>
;
}
Index
Methods
to
Array
to
Object
Methods
to
Array
toArray
()
:
any
[]
Returns the Result as a normal Array.
Returns
any
[]
to
Object
toObject
()
:
Record
<
string
,
any
>
Returns the Result as an Object with each name-value pair.
Returns
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
to
Array
to
Object
@sentio/sdk
Loading...
Returns the Result as a normal Array.