bdkffi::bitcoin

Type Alias DescriptorType

Source
pub type DescriptorType = DescriptorType;

Aliased Type§

enum DescriptorType {
    Bare,
    Sh,
    Pkh,
    Wpkh,
    Wsh,
    ShWsh,
    ShWpkh,
    ShSortedMulti,
    WshSortedMulti,
    ShWshSortedMulti,
    Tr,
}

Variants§

§

Bare

Bare descriptor(Contains the native P2pk)

§

Sh

Pure Sh Descriptor. Does not contain nested Wsh/Wpkh

§

Pkh

Pkh Descriptor

§

Wpkh

Wpkh Descriptor

§

Wsh

Wsh

§

ShWsh

Sh Wrapped Wsh

§

ShWpkh

Sh wrapped Wpkh

§

ShSortedMulti

Sh Sorted Multi

§

WshSortedMulti

Wsh Sorted Multi

§

ShWshSortedMulti

Sh Wsh Sorted Multi

§

Tr

Tr Descriptor