Table of Contents

Method GetKeysAsync

Namespace
WhalesSecret.TradeScriptLib.API
Assembly
WhalesSecret.TradeScriptLib.dll

GetKeysAsync()

Gets all keys in the persistent storage.

Task<byte[][]> GetKeysAsync()

Returns

Task<byte[][]>

Array of persistent storage keys.

Exceptions

DatabaseErrorException

Thrown if a database error occurred.