diff --git a/rustdoc/latest/pczt/all.html b/rustdoc/latest/pczt/all.html index 22488229a..c5592c894 100644 --- a/rustdoc/latest/pczt/all.html +++ b/rustdoc/latest/pczt/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Enums

\ No newline at end of file +List of all items in this crate

List of all items

Structs

Enums

\ No newline at end of file diff --git a/rustdoc/latest/pczt/common/index.html b/rustdoc/latest/pczt/common/index.html index 1b6b26438..ebfa2584b 100644 --- a/rustdoc/latest/pczt/common/index.html +++ b/rustdoc/latest/pczt/common/index.html @@ -1 +1 @@ -pczt::common - Rust
pczt

Module common

Source

Structs§

  • Global fields that are relevant to the transaction as a whole.
\ No newline at end of file +pczt::common - Rust
pczt

Module common

Source

Structs§

  • Global fields that are relevant to the transaction as a whole.
\ No newline at end of file diff --git a/rustdoc/latest/pczt/common/struct.Global.html b/rustdoc/latest/pczt/common/struct.Global.html index bbc1fd689..ef3a0bfe8 100644 --- a/rustdoc/latest/pczt/common/struct.Global.html +++ b/rustdoc/latest/pczt/common/struct.Global.html @@ -1,4 +1,4 @@ -Global in pczt::common - Rust
pczt::common

Struct Global

Source
pub struct Global { /* private fields */ }
Expand description

Global fields that are relevant to the transaction as a whole.

+Global in pczt::common - Rust
pczt::common

Struct Global

Source
pub struct Global { /* private fields */ }
Expand description

Global fields that are relevant to the transaction as a whole.

Implementations§

Source§

impl Global

Source

pub fn proprietary(&self) -> &BTreeMap<String, Vec<u8>>

Proprietary fields related to the overall transaction.

Source§

impl Global

Source

pub fn inputs_modifiable(&self) -> bool

Returns whether transparent inputs can be added to or removed from the transaction.

diff --git a/rustdoc/latest/pczt/enum.ParseError.html b/rustdoc/latest/pczt/enum.ParseError.html index 3a7619595..46f69ed6a 100644 --- a/rustdoc/latest/pczt/enum.ParseError.html +++ b/rustdoc/latest/pczt/enum.ParseError.html @@ -1,4 +1,4 @@ -ParseError in pczt - Rust
pczt

Enum ParseError

Source
pub enum ParseError {
+ParseError in pczt - Rust
pczt

Enum ParseError

Source
pub enum ParseError {
     NotPczt,
     Invalid(Error),
     TooShort,
diff --git a/rustdoc/latest/pczt/index.html b/rustdoc/latest/pczt/index.html
index 43c0158be..4335104d7 100644
--- a/rustdoc/latest/pczt/index.html
+++ b/rustdoc/latest/pczt/index.html
@@ -1,4 +1,4 @@
-pczt - Rust

Crate pczt

Source
Expand description

The Partially Created Zcash Transaction (PCZT) format.

+pczt - Rust

Crate pczt

Source
Expand description

The Partially Created Zcash Transaction (PCZT) format.

Goal is to split up the parts of creating a transaction across distinct entities. The entity roles roughly match BIP 174: Partially Signed Bitcoin Transaction Format.