Rpc
Definition
Section titled “Definition”struct Rpc { /// The alias of the RPC URL. string key; /// The RPC URL. string url;}Description
Section titled “Description”An RPC URL and its alias. Returned by rpcUrlStructs.
struct Rpc { /// The alias of the RPC URL. string key; /// The RPC URL. string url;}An RPC URL and its alias. Returned by rpcUrlStructs.