Uses of Class
xyz.tcheeric.cashu.voucher.nostr.NostrClientAdapter
Packages that use NostrClientAdapter
-
Uses of NostrClientAdapter in xyz.tcheeric.cashu.voucher.nostr
Methods in xyz.tcheeric.cashu.voucher.nostr that return NostrClientAdapterModifier and TypeMethodDescriptionNostrVoucherBackupRepository.getNostrClient()Gets the underlying Nostr client adapter.NostrVoucherLedgerRepository.getNostrClient()Gets the underlying Nostr client adapter.Constructors in xyz.tcheeric.cashu.voucher.nostr with parameters of type NostrClientAdapterModifierConstructorDescriptionNostrVoucherBackupRepository(@NonNull NostrClientAdapter nostrClient) Creates a NostrVoucherBackupRepository with default timeouts.NostrVoucherBackupRepository(@NonNull NostrClientAdapter nostrClient, long publishTimeoutMs, long queryTimeoutMs) Creates a NostrVoucherBackupRepository with custom timeouts.NostrVoucherLedgerRepository(@NonNull NostrClientAdapter nostrClient, @NonNull nostr.base.PublicKey issuerPublicKey) Creates a NostrVoucherLedgerRepository with default timeouts.NostrVoucherLedgerRepository(@NonNull NostrClientAdapter nostrClient, @NonNull nostr.base.PublicKey issuerPublicKey, long publishTimeoutMs, long queryTimeoutMs) Creates a NostrVoucherLedgerRepository with custom timeouts.