Web3 transport is either ipc
or http
, so it makes sense to use an enum instead of a string:
https://github.com/ethereum/trin/blob/7c475988d20bfe2d3461b5bfe1b812647dea8d69/trin-core/src/cli.rs#L33
Organization
Ethereum FoundationDeadline
N/AStatus
ENDEDWeb3 transport is either ipc
or http
, so it makes sense to use an enum instead of a string:
https://github.com/ethereum/trin/blob/7c475988d20bfe2d3461b5bfe1b812647dea8d69/trin-core/src/cli.rs#L33