mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
brk: first commit
This commit is contained in:
12
_src/structs/address_split.rs
Normal file
12
_src/structs/address_split.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
use allocative::Allocative;
|
||||
|
||||
use super::{AddressLiquidity, AddressSize, AddressType};
|
||||
|
||||
#[derive(Default, Allocative)]
|
||||
pub enum AddressSplit {
|
||||
#[default]
|
||||
All,
|
||||
Type(AddressType),
|
||||
Size(AddressSize),
|
||||
Liquidity(AddressLiquidity),
|
||||
}
|
||||
Reference in New Issue
Block a user