File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ interface INetworkProvider:
9
9
get_network_status(shard: number): NetworkStatus;
10
10
11
11
// Fetches account information for a given address.
12
- // URL parameters can be used, for example, to provide block coordinates for deep-history lookups.
13
12
get_account(address: Address): AccountOnNetwork;
14
13
15
14
// Fetches the storage (key-value pairs) of an account.
@@ -84,7 +83,6 @@ interface INetworkProvider:
84
83
get_definition_of_tokens_collection(collection_name: string): TokensCollectionMetadata;
85
84
86
85
// Queries a smart contract.
87
- // URL parameters can be used, for example, to provide block coordinates for deep-history lookups.
88
86
query_contract(query: SmartContractQuery): SmartContractQueryResponse;
89
87
90
88
// Does a generic GET request against the network (handles API enveloping).
You can’t perform that action at this time.
0 commit comments