A collection of parameters for a JSON-RPC request.
Inherits from: List<object?>
Adds a value to the collection.
Signature: void Add(T? value)
value (T):JsonRpcParameters Empty [static]A static empty JsonRpcParameters instance.
Documentation:
Converts an array of objects to a JsonRpcParameters instance.
Parameters:
values (object[]):
Documentation:Converts a string to a JsonRpcParameters instance.
Parameters:
value (string):
Documentation:Converts an integer to a JsonRpcParameters instance.
Parameters:
value (int):