Tapsigner class
Constructors
- Tapsigner(TapsignerConstructorParams params)
- Used to construct a Tapsigner from native data
Properties
- appletVersion → String
-
finalinherited
- authDelay ↔ int
-
getter/setter pairinherited
- birthHeight → int
-
finalinherited
- derivationPath ↔ String
-
getter/setter pair
- handle → int
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- ident → String
-
finalinherited
- isCertsChecked ↔ bool
-
getter/setter pairinherited
- isTampered → bool
-
finalinherited
- isTapsigner → bool
-
no setterinherited
- isTestnet → bool
-
finalinherited
- needSetup ↔ bool
-
getter/setter pairinherited
- numberOfBackups ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → CardType
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSatscard(
) → Satscard? -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toTapsigner(
) → Tapsigner? -
inherited
-
wait(
Transport transport) → Future< WaitResponse> -
Sends a wait command to the device. This takes 1 second and once complete
it will reduce the authDelay value by one (if > 0). Once an incorrect
CVC or Spend Code is entered 3 times you must send 15 wait commands before
you can try any secure function again
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromTransport(
Transport transport) → Future< Tapsigner> -
override