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.
1 parent 7b55f11 commit abda080Copy full SHA for abda080
modules/express/src/typedRoutes/api/v2/verifyAddress.ts
@@ -18,7 +18,7 @@ export const VerifyAddressV2Params = {
18
* @property supportOldScriptHashVersion - (UTXO only) When true, treat legacy script hash version as acceptable.
19
*/
20
export const VerifyAddressV2Body = {
21
- /** Address to be validated */
+ /** Address which should be verified for correct format */
22
address: t.string,
23
/** Accept legacy script hash version for applicable UTXO coins (optional). */
24
supportOldScriptHashVersion: optional(t.boolean),
0 commit comments