stellar_flutter_sdk
stellar_flutter_sdk
Signer
Signer constructor
Signer
stellar_flutter_sdk
stellar_flutter_sdk
Signer
Signer constructor
Signer class
Constructors
Signer
fromJson
Properties
accountId
hashCode
key
runtimeType
sponsor
type
weight
Methods
noSuchMethod
toString
Operators
operator ==
Signer
constructor
Signer
(
String
key
,
String
type
,
int
weight
,
String
sponsor
)
Implementation
Signer(this.key, this.type, this.weight, this.sponsor);