Crate rust_cktap

Crate rust_cktap 

Source

Re-exports§

pub use error::CardError;
pub use error::CertsError;
pub use error::ChangeError;
pub use error::CkTapError;
pub use error::DeriveError;
pub use error::DumpError;
pub use error::ReadError;
pub use error::SignPsbtError;
pub use error::StatusError;
pub use error::UnsealError;
pub use error::XpubError;
pub use shared::CkTransport;
pub use bitcoin::secp256k1::rand;

Modules§

descriptor
Output Descriptors
error
sats_card
sats_chip
shared
tap_signer

Structs§

ChainCode
A chain code
Hash
Output of the SHA256 hash function.
Psbt
A Partially Signed Transaction.

Enums§

CkTapCard
FromSliceError
Error returned while generating key from slice.
Network
The cryptocurrency network to act on.
PsbtParseError
Error encountered during PSBT decoding from Base64 string.
SecpError
The main error type for this library.

Functions§

rand_chaincode
rand_nonce

Type Aliases§

SatsCard
SatsChip
TapSigner