static Future<Satscard> fromTransport(Transport transport) => CKTap.readCard(transport, type: CardType.satscard) .then((card) => card.toSatscard()!);