@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
IdempotentKey
Class IdempotentKey
Idempotent Key
Hierarchy (
View Summary
)
BufferStorage
IdempotentKey
Index
Constructors
C
constructor
Properties
P
account
P
storage
Kind
P
user
Idempotent
P
is
Instance
P
Set
Accessors
A
length
Methods
M
compare
M
compare
Hex
String
M
get
M
get
Buffer
M
to
Big
Int
M
to
JSON
M
to
String
M
from
Account
And
Idempotent
Constructors
constructor
new
IdempotentKey
(
idempotentKey
:
string
|
bigint
|
ArrayBuffer
,
account
?:
GenericAccount
,
idempotent
?:
Buffer
,
)
:
IdempotentKey
Parameters
idempotentKey
:
string
|
bigint
|
ArrayBuffer
Optional
account
:
GenericAccount
Optional
idempotent
:
Buffer
Returns
IdempotentKey
Properties
Readonly
account
account
:
undefined
|
GenericAccount
Readonly
storage
Kind
storageKind
:
string
= 'GenericBuffer'
Readonly
user
Idempotent
userIdempotent
:
undefined
|
Buffer
Static
Readonly
is
Instance
isInstance
:
(
obj
:
any
,
strict
?:
boolean
)
=>
obj
is
IdempotentKey
= ...
Static
Readonly
Set
Set
:
InstanceSetConstructor
<
IdempotentKey
,
IdempotentKeyString
>
= ...
Accessors
length
get
length
()
:
number
Returns
number
Methods
compare
compare
(
compareWith
:
undefined
|
null
|
IdempotentKey
)
:
boolean
Parameters
compareWith
:
undefined
|
null
|
IdempotentKey
Returns
boolean
compare
Hex
String
compareHexString
(
compareWith
:
undefined
|
null
|
string
|
BufferStorage
,
)
:
boolean
Parameters
compareWith
:
undefined
|
null
|
string
|
BufferStorage
Returns
boolean
get
get
()
:
ArrayBuffer
Returns
ArrayBuffer
get
Buffer
getBuffer
()
:
Buffer
Returns
Buffer
to
Big
Int
toBigInt
()
:
bigint
Returns
bigint
to
JSON
toJSON
()
:
IdempotentKeyString
Returns
IdempotentKeyString
to
String
toString
()
:
IdempotentKeyString
Returns
IdempotentKeyString
Static
from
Account
And
Idempotent
fromAccountAndIdempotent
(
account
:
GenericAccount
,
idempotent
:
string
|
Buffer
,
)
:
IdempotentKey
Parameters
account
:
GenericAccount
idempotent
:
string
|
Buffer
Returns
IdempotentKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
C
constructor
Properties
P
account
P
storage
Kind
P
user
Idempotent
P
is
Instance
P
Set
Accessors
A
length
Methods
M
compare
M
compare
Hex
String
M
get
M
get
Buffer
M
to
Big
Int
M
to
JSON
M
to
String
M
from
Account
And
Idempotent
@keetanetwork/keetanet-client
Loading...
Idempotent Key