Class GetItem
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetItem : RpcMethod
Constructors
| Edit this page View SourceGetItem(string, string, List<string>)
Returns a stored value from the network. This RPC is deprecated, use QueryGlobalState instead.
Declaration
public GetItem(string key, string stateRootHash, List<string> path = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | GlobalStateKey as a string. |
| string | stateRootHash | Hash of the state root. |
| List<string> | path | The path components starting from the key as base (use '/' as separator). |