SessionSettleParams constructor
SessionSettleParams({
- required RelayerProtocolOptions relay,
- required SessionPublicKeyMetadata controller,
- required SessionNamespaces namespaces,
- required ProposalRequiredNamespaces requiredNamespaces,
- required int expiry,
Implementation
SessionSettleParams({
required this.relay,
required this.controller,
required this.namespaces,
required this.requiredNamespaces,
required this.expiry,
});