mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-09 07:06:12 +01:00
feat: export transport type
This commit is contained in:
@@ -54,4 +54,7 @@ pub use nut12::{BlindSignatureDleq, ProofDleq};
|
||||
pub use nut14::HTLCWitness;
|
||||
pub use nut15::{Mpp, MppMethodSettings, Settings as NUT15Settings};
|
||||
pub use nut17::NotificationPayload;
|
||||
pub use nut18::{PaymentRequest, PaymentRequestBuilder, PaymentRequestPayload, Transport};
|
||||
pub use nut18::{
|
||||
PaymentRequest, PaymentRequestBuilder, PaymentRequestPayload, Transport, TransportBuilder,
|
||||
TransportType,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user