Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
Claim
Interface Claim
A claim consists of value and index_mod_4.
interface
Claim
{
indexMod4
:
number
;
value
:
string
;
}
Index
Properties
index
Mod4
value
Properties
index
Mod4
index
Mod4
:
number
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
Mod4
value
Documentation
Loading...
A claim consists of value and index_mod_4.