mirror of https://github.com/zcash/zip32.git
Expose contents of DiversifierIndex
This commit is contained in:
parent
a4e86be665
commit
ac8b27a5ba
|
@ -278,7 +278,7 @@ impl ChildIndex {
|
||||||
struct ChainCode([u8; 32]);
|
struct ChainCode([u8; 32]);
|
||||||
|
|
||||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||||
pub struct DiversifierIndex([u8; 11]);
|
pub struct DiversifierIndex(pub [u8; 11]);
|
||||||
|
|
||||||
impl DiversifierIndex {
|
impl DiversifierIndex {
|
||||||
fn new() -> Self {
|
fn new() -> Self {
|
||||||
|
|
Loading…
Reference in New Issue