SignTransactionRequest class

Annotations
  • @freezed

Constructors

SignTransactionRequest({required String serviceName, @Default('') String pathSuffix, @Default({}) Map<String, dynamic> description, @Default([]) List<SignTransactionRequestData> transactions})
const
factory
SignTransactionRequest.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $SignTransactionRequestCopyWith<SignTransactionRequest>
no setterinherited
description Map<String, dynamic>
Description to explain the signature in multiple languages (key=Locale, value=description)
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pathSuffix String
Additional information to add to a service derivation path (optional - default to empty)
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String
Service name to identify the derivation path to use
no setterinherited
transactions List<SignTransactionRequestData>
  • List of transaction's infos
  • 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