ProposalStruct constructor
ProposalStruct({
- required int id,
- required int expiry,
- required List<
RelayerProtocolOptions> relays, - required ProposalProposer proposer,
- required ProposalRequiredNamespaces requiredNamespaces,
- String? pairingTopic,
Implementation
ProposalStruct({
required this.id,
required this.expiry,
required super.relays,
required super.proposer,
required super.requiredNamespaces,
this.pairingTopic,
});