specialInputs method
Gets the names of all special inputs.
- Complexity Rating: 2/5
- Latest Supported RPC Version: 1
- Added in v5.0.0
Implementation
Future<SpecialInputsResponse> specialInputs() async => getSpecialInputs();
Gets the names of all special inputs.
Future<SpecialInputsResponse> specialInputs() async => getSpecialInputs();