derive from_wasm_abi for Pcd

This commit is contained in:
NicolasCantu 2025-03-26 12:29:22 +01:00
parent f69fc1587e
commit a85551773b

View File

@ -130,7 +130,7 @@ impl AnkPcdHash {
}
#[derive(Debug, Default, Clone, Serialize, Deserialize, PartialEq, Tsify)]
#[tsify(into_wasm_abi)]
#[tsify(into_wasm_abi, from_wasm_abi)]
pub struct Pcd(BTreeMap<String, Value>);
impl IntoIterator for Pcd {