FeePayerSignature class abstract

Fee payer signature for fee payer transactions This allows you to have transactions across multiple accounts and with a fee payer

Properties:

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Constructors

FeePayerSignature()

Properties

feePayerAddress String
no setter
feePayerSigner FeePayerSignatureFeePayerSigner
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondarySignerAddresses → BuiltList<String>
The other involved parties' addresses
no setter
secondarySigners → BuiltList<AccountSignature>
The associated signatures, in the same order as the secondary addresses
no setter
sender AccountSignature
no setter

Methods

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

Operators

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

Static Properties

serializer → Serializer<FeePayerSignature>
no setter