CrossmintWalletCreateRequest class final

Inheritance
Implementers

Constructors

CrossmintWalletCreateRequest({required String chain, required CrossmintSignerConfig recovery, List<CrossmintSignerConfig> signers = const <CrossmintSignerConfig>[], String? owner, String? alias, List<String> plugins = const <String>[]})
const

Properties

alias → String?
finalinherited
chain → String
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
owner → String?
final
plugins → List<String>
finalinherited
recovery → CrossmintSignerConfig
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
signers → List<CrossmintSignerConfig>
final

Methods

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

Operators

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