KVStoreData
@human-protocol/sdk / graphql/types / KVStoreData
Type Alias: KVStoreData
KVStoreData =
object
Defined in: graphql/types.ts:157
Properties
address
address:
string
Defined in: graphql/types.ts:159
block
block:
number
Defined in: graphql/types.ts:163
id
id:
string
Defined in: graphql/types.ts:158
key
key:
string
Defined in: graphql/types.ts:160
timestamp
timestamp:
Date
Defined in: graphql/types.ts:162
value
value:
string
Defined in: graphql/types.ts:161
Last updated