We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8955a94 + ef27baa commit 5535d45Copy full SHA for 5535d45
README.md
@@ -66,7 +66,7 @@ let maestroClient = new MaestroClient(
66
67
maestroClient.addresses
68
.utxosByAddress(
69
- "aasdddr_test1qqe9k9zmswzx9h9vaaf49shun82t8nr52h0ptpgumzxjjqm6wlgjpw0gdtwuwwydhwcm6g6sfy9h69q2kg6q8p3jxdxsrrxrdm"
+ "adaddr_test1wpgexmeunzsykesf42d4eqet5yvzeap6trjnflxqtkcf66g0kpnxt"
70
)
71
.then((x) => console.log(x.data))
72
.catch((error) => {
@@ -88,7 +88,7 @@ maestroClient.addresses
88
});
89
90
.utxosByAddresses([
91
- "addr_test1qqe9k9zmswzx9h9vaaf49shun82t8nr52h0ptpgumzxjjqm6wlgjpw0gdtwuwwydhwcm6g6sfy9h69q2kg6q8p3jxdxsrrxrdm",
+ "addr_test1wpgexmeunzsykesf42d4eqet5yvzeap6trjnflxqtkcf66g0kpnxt",
92
])
93
.then((x) => console.log(x.data));
94
0 commit comments