@upcoming/multichain-library 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,5 +8,6 @@ async function getGnosisTransaction(transactionHash, settings, jsonRpcProvider)
|
|
|
8
8
|
const response = await (0, Fetch_1.durableFetch)(jsonRpcProvider, settings, 'POST', payload);
|
|
9
9
|
const data = await response.json();
|
|
10
10
|
const object = cafe_utility_1.Types.asObject(data);
|
|
11
|
-
|
|
11
|
+
const result = cafe_utility_1.Types.asObject(object.result);
|
|
12
|
+
return result;
|
|
12
13
|
}
|