ProposalRequiredNamespace constructor

const ProposalRequiredNamespace({
  1. required List<String> chains,
  2. required List<String> methods,
  3. required List<String> events,
  4. List<ProposalBaseRequiredNamespace>? extension,
})

Implementation

const ProposalRequiredNamespace({
  required super.chains,
  required super.methods,
  required super.events,
  this.extension,
});