We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2ad5c commit dac0ca5Copy full SHA for dac0ca5
xx.md
@@ -97,7 +97,7 @@ The wallet includes the following body in its request:
97
"quotes": <Array[str]>,
98
"quote_amounts": <Array[int]|null>, // Optional
99
"outputs": <Array[BlindedMessage]>,
100
- "signatures": <Array[BlindedMessage]|null> // Optional
+ "signatures": <Array[string]|null> // Optional
101
}
102
```
103
0 commit comments