SendTransactionRequest class

Annotations
  • @freezed

Constructors

SendTransactionRequest({required Data data, required String type, required int version, bool? generateEncryptedSeedSC})
const
factory
SendTransactionRequest.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $SendTransactionRequestCopyWith<SendTransactionRequest>
no setterinherited
data → Data
  • Data: transaction data zone (identity, keychain, smart contract, etc.)
  • no setterinherited
    generateEncryptedSeedSC bool?
  • Flag to generate and add the encrypted smart contract's seed in a secret
  • no setterinherited
    hashCode int
    The hash code for this object.
    no setterinherited
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    type String
  • Type: transaction type
  • no setterinherited
    version int
  • Version: version of the transaction (used for backward compatiblity)
  • no setterinherited

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toJson() Map<String, dynamic>
    inherited
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited