CKTapCard class abstract

Implementers

Constructors

CKTapCard(CKTapCardConstructorParams params)

Properties

appletVersion String
final
authDelay int
getter/setter pair
birthHeight int
final
handle int
final
hashCode int
The hash code for this object.
no setterinherited
ident String
final
isCertsChecked bool
getter/setter pair
isTampered bool
final
isTapsigner bool
no setter
isTestnet bool
final
needSetup bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CardType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSatscard() Satscard?
toString() String
A string representation of this object.
inherited
toTapsigner() Tapsigner?
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

Operators

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

Static Methods

fromTransport(Transport transport) Future<CKTapCard>