SessionStruct constructor
const
SessionStruct({
- required String topic,
- required RelayerProtocolOptions relay,
- required int expiry,
- required bool acknowledged,
- required String controller,
- required SessionNamespaces namespaces,
- ProposalRequiredNamespaces? requiredNamespaces,
- required SessionPublicKeyMetadata self,
- required SessionPublicKeyMetadata peer,
Implementation
const SessionStruct({
required this.topic,
required this.relay,
required this.expiry,
required this.acknowledged,
required this.controller,
required this.namespaces,
this.requiredNamespaces,
required this.self,
required this.peer,
});