@fuel-ts/account .StorageAbstract
• new StorageAbstract(): StorageAbstract
▸ clear(): Promise
<void
>
Promise
<void
>
packages/account/src/wallet-manager/types.ts:66
▸ getItem(key
): Promise
<undefined
| null
| string
>
Name | Type |
---|---|
key | string |
Promise
<undefined
| null
| string
>
packages/account/src/wallet-manager/types.ts:64
▸ removeItem(key
): Promise
<void
>
Name | Type |
---|---|
key | string |
Promise
<void
>
packages/account/src/wallet-manager/types.ts:65
▸ setItem(key
, value
): Promise
<void
>
Name | Type |
---|---|
key | string |
value | string |
Promise
<void
>