SessionSettleParams constructor

SessionSettleParams({
  1. required RelayerProtocolOptions relay,
  2. required SessionPublicKeyMetadata controller,
  3. required SessionNamespaces namespaces,
  4. required ProposalRequiredNamespaces requiredNamespaces,
  5. required int expiry,
})

Implementation

SessionSettleParams({
  required this.relay,
  required this.controller,
  required this.namespaces,
  required this.requiredNamespaces,
  required this.expiry,
});