Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IDatastoreEntryInput
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
;
}
Index
Properties
address
key
Properties
address
address
:
string
key
key
:
Uint8Array
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
address
key
Wallet operations
Smart contracts operations
Events
Public API
Private API
massa-web3
References
Address
PublicKey
SecretKey
Namespaces
utils
Enumerations
ArgTypes
ArrayTypes
DefaultProviderUrls
EOperationStatus
OperationTypeId
ProviderType
Classes
Args
Client
ClientFactory
EventPoller
PrivateApiClient
PublicApiClient
SmartContractsClient
Loading...
Generated using
TypeDoc
Represents the inputs of a datastore entry.
See
string
represents the address of the datastore entry.Uint8Array
represents the key of the datastore entry.