fcl-js
fcl-js copied to clipboard
Implement a GetNetworkParameters Interaction
trafficstars
Overview
There are existing Access API Methods for Get Network Parameters that the JS-SDK does not currently support.
The Execute Script methods are:
// GetNetworkParameters retrieves the Flow network details
rpc GetNetworkParameters (GetNetworkParametersRequest) returns (GetNetworkParametersResponse);
Expected Outcomes
- There are available Interaction types and associated builders and resolver functionality for the missing Get Network Parameters method.
- [ ] Need to file ticket with access node people.
Hi I would like to work on this issue.