BaseKeyStore
↳ LocalStorageStore
networkId?
)
Name | Type | Default value |
---|---|---|
networkId | string | "testnet" |
Protected
get
keyPrefix(): string
string
address
): void
Name | Type |
---|---|
address | string |
void
address
, key
): void
Name | Type |
---|---|
address | string |
key | string |
void
OrderlyKeyPair
OrderlyKeyPair
address
): undefined
| null
| string
Name | Type |
---|---|
address | string |
undefined
| null
| string
undefined
| null
| string
undefined
| null
| string
Private
getItem(address
, name?
): any
Name | Type |
---|---|
address | string |
name? | string |
any
address?
): null
| OrderlyKeyPair
Name | Type |
---|---|
address? | string |
null
| OrderlyKeyPair
address
, accountId
): void
Name | Type |
---|---|
address | string |
accountId | string |
void
address
): void
Name | Type |
---|---|
address | string |
void
Private
setItem(address
, value
): void
Name | Type |
---|---|
address | string |
value | Record <string , any > |
void
address
, orderlyKey
): void
Name | Type |
---|---|
address | string |
orderlyKey | OrderlyKeyPair |
void