key: value
structure.
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
item_type | string | Required | Required | Key used to categorize or identify the item. Max 64 bytes. |
item | object | Required | Required | Value to store. Automatically JSON-serialized if not a string. Max 256 bytes. |
base_url
to create a temporary Substrate connection.Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
item_type | string | Required | Required | Key used to search for the stored item. |
address | string | Required* | Required* | Address of the wallet that owns the stored item. |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
item_type | string | Required | Required | Key of the existing item to update. |
item | object | Required | Required | New value to store. Automatically JSON-serialized if not a string. |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
item_type | string | Required | Required | The key representing the pair to be removed. |