Logo
Explore Help
Sign In
frost/bdk
3
0
Fork 0
You've already forked bdk
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
4a8452f9b8f8128affbb60665016fedb48f07cd6
bdk/crates/persist/src/lib.rs

9 lines
144 B
Rust
Raw Normal View History

feat(bdk-persist): extract persistence traits to new crate
2024-04-24 15:01:17 -10:00
#![doc = include_str!("../README.md")]
#![no_std]
#![warn(missing_docs)]
feat(persist): introduce `CombinedChangeSet` It is a good idea to have common changeset types stored in `bdk_persist`. This will make it convenient for persistence crates and `bdk_wallet` interaction.
2024-05-21 21:08:40 +08:00
mod changeset;
feat(bdk-persist): extract persistence traits to new crate
2024-04-24 15:01:17 -10:00
mod persist;
feat(persist): introduce `CombinedChangeSet` It is a good idea to have common changeset types stored in `bdk_persist`. This will make it convenient for persistence crates and `bdk_wallet` interaction.
2024-05-21 21:08:40 +08:00
pub use changeset::*;
feat(bdk-persist): extract persistence traits to new crate
2024-04-24 15:01:17 -10:00
pub use persist::*;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 155ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API