Interface IDatastoreEntryInput

Represents the inputs of a datastore entry.

See

  • address of type string represents the address of the datastore entry.
  • key of type Uint8Array represents the key of the datastore entry.
interface IDatastoreEntryInput {
    address: string;
    key: Uint8Array;
}

Properties

Properties

address: string
key: Uint8Array

Generated using TypeDoc