We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
psbt_version
proprierary
1 parent c244442 commit b66d792Copy full SHA for b66d792
json/src/lib.rs
@@ -1789,8 +1789,8 @@ pub struct DecodePsbtResult {
1789
pub tx: DecodePsbtResultTransaction,
1790
#[serde(default)]
1791
pub global_xpubs: Vec<DecodePsbtResultGlobalXpubs>,
1792
- pub psbt_version: u32,
1793
- pub proprietary: Vec<DecodePsbtResultProprietary>,
+ pub psbt_version: Option<u32>,
+ pub proprietary: Option<Vec<DecodePsbtResultProprietary>>,
1794
pub unknown: HashMap<String, String>,
1795
pub inputs: Vec<DecodePsbtResultInput>,
1796
pub outputs: Vec<DecodePsbtResultOutput>,
0 commit comments