Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/account
IndexedDbPreviousHashStore
Class IndexedDbPreviousHashStore
Implements
PreviousHashStore
Index
Constructors
constructor
Properties
Current
Schema
Version
Accessors
db
Name
store
Name
Methods
get
Item
remove
Item
set
Item
Constructors
constructor
new
IndexedDbPreviousHashStore
()
:
IndexedDbPreviousHashStore
Returns
IndexedDbPreviousHashStore
Properties
Static
Readonly
Current
Schema
Version
CurrentSchemaVersion
:
1
Accessors
db
Name
get
dbName
()
:
"xyo"
Returns
"xyo"
store
Name
get
storeName
()
:
"previous-hash"
Returns
"previous-hash"
Methods
get
Item
getItem
(
address
:
Lowercase
<
string
>
)
:
Promise
<
null
|
Lowercase
<
string
>
>
Parameters
address
:
Lowercase
<
string
>
Returns
Promise
<
null
|
Lowercase
<
string
>
>
remove
Item
removeItem
(
address
:
Lowercase
<
string
>
)
:
Promise
<
void
>
Parameters
address
:
Lowercase
<
string
>
Returns
Promise
<
void
>
set
Item
setItem
(
address
:
Lowercase
<
string
>
,
previousHash
:
string
)
:
Promise
<
void
>
Parameters
address
:
Lowercase
<
string
>
previousHash
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Current
Schema
Version
Accessors
db
Name
store
Name
Methods
get
Item
remove
Item
set
Item
XYO Platform SDK - v3.6.9
Loading...