RelayerPublishOptions constructor

const RelayerPublishOptions({
  1. RelayerProtocolOptions? relay,
  2. int? ttl,
  3. bool? prompt,
  4. int? tag,
})

Implementation

const RelayerPublishOptions({
  this.relay,
  this.ttl,
  this.prompt,
  this.tag,
});