Skip to content

Commit 248bcfb

Browse files
Merge pull request #114 from multiversx/fix-specs-comments
We only need "url parameters" on the generic do-get, do-post
2 parents da34d01 + 2e6cd10 commit 248bcfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

network-providers/interface.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ interface INetworkProvider:
99
get_network_status(shard: number): NetworkStatus;
1010
1111
// Fetches account information for a given address.
12-
// URL parameters can be used, for example, to provide block coordinates for deep-history lookups.
1312
get_account(address: Address): AccountOnNetwork;
1413
1514
// Fetches the storage (key-value pairs) of an account.
@@ -84,7 +83,6 @@ interface INetworkProvider:
8483
get_definition_of_tokens_collection(collection_name: string): TokensCollectionMetadata;
8584
8685
// Queries a smart contract.
87-
// URL parameters can be used, for example, to provide block coordinates for deep-history lookups.
8886
query_contract(query: SmartContractQuery): SmartContractQueryResponse;
8987
9088
// Does a generic GET request against the network (handles API enveloping).

0 commit comments

Comments
 (0)