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 3e924ef commit 8fdb14fCopy full SHA for 8fdb14f
json/src/lib.rs
@@ -1823,8 +1823,8 @@ pub struct DecodePsbtResult {
1823
pub tx: DecodePsbtResultTransaction,
1824
#[serde(default)]
1825
pub global_xpubs: Vec<DecodePsbtResultGlobalXpubs>,
1826
- pub psbt_version: u32,
1827
- pub proprietary: Vec<DecodePsbtResultProprietary>,
+ pub psbt_version: Option<u32>,
+ pub proprietary: Option<Vec<DecodePsbtResultProprietary>>,
1828
pub unknown: HashMap<String, String>,
1829
pub inputs: Vec<DecodePsbtResultInput>,
1830
pub outputs: Vec<DecodePsbtResultOutput>,
0 commit comments