the id of the contract
the id of the space
the protobuf decoder for the values
the protobuf encoder for the values
arrow function that returns the default value
is system space
Get an object from the space
key to get
the object if exists, null otherwise
Get many objects from the space
key used as the offset
number of objects to return
direction of the get, Ascending or Descending
an array with the objects retrieved
Get many keys from the space
key used as the offset
number of keys to return
direction of the get, Ascending or Descending
an array with the keys retrieved
Get many values from the space
key used as the offset
number of values to return
direction of the get, Ascending or Descending
an array with the values retrieved
Get the next object from the space
key to get next
a System.ProtoDatabaseObject if exists, null otherwise
Get the previous object from the space
key to get previous
a System.ProtoDatabaseObject if exists, null otherwise
Check if key
exists in the space
key to check
Put an object in the space
key of the object
number of bytes that were written in the space
Remove an object from the space
key of the object
Generated using TypeDoc
Initialize a Space object with TKey the type of the keys and TValue the type of the values