SerializeTransactionOptions constructor

SerializeTransactionOptions({
  1. List<String>? supportedIntents,
  2. SuiClient? client,
  3. TxResolutionClient? resolutionClient,
  4. bool onlyTransactionKind = false,
  5. dynamic protocolConfig,
  6. Limits limits,
})

Implementation

SerializeTransactionOptions({
  this.supportedIntents,
  super.client,
  super.resolutionClient,
  super.onlyTransactionKind,
  super.protocolConfig,
  super.limits,
});