pub async fn main_entry_point<TYPES: NodeType<Transaction = TestTransaction, BlockHeader = TestBlockHeader, InstanceState = TestInstanceState>, NETWORK: ConnectedNetwork<TYPES::SignatureKey>, NODE: NodeImplementation<TYPES, Network = NETWORK, Storage = TestStorage<TYPES>, AuctionResultsProvider = TestAuctionResultsProvider<TYPES>>, V: Versions, RUNDA: RunDa<TYPES, NETWORK, NODE, V>>(
args: ValidatorArgs,
)
Expand description
Main entry point for validators
§Panics
if unable to get the local ip address