Interface: iGenericVerifyAssetsSuccessResponse
Success response of the verification check. Use this to determine if the verification was successful.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1786
Properties
errorMessage?
optionalerrorMessage?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1794
success
success:
boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1792
Success response of the verification check. Use this to determine if the verification was successful.
Status code will be 200 both if the user meets or does not meet requirements, so you must check this success field to determine the result.