ContactInfo constructor
const
ContactInfo({
- required SolAddress pubkey,
- required String? gossip,
- required String? tpu,
- required String? rpc,
- required String? version,
Implementation
const ContactInfo(
{required this.pubkey,
required this.gossip,
required this.tpu,
required this.rpc,
required this.version});