SubNetworkIdentifier
In blockchains with sharded state, the SubNetworkIdentifier is required to query some object on a specific shard. This identifier is optional for all non-sharded blockchains.
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| network | String | True | |
| metadata | Object | False |
Example
{
"network": "shard 1",
"metadata": {
"producer": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5"
}
}