{
"isSuccess": true,
"isFailure": true,
"error": {
"code": "<string>",
"message": "<string>",
"info": [
"<string>"
]
},
"value": {
"id": 123,
"type": "<string>",
"description": "<string>",
"availability": "<string>",
"eip155ChainId": "<string>",
"deployments": [
{
"networkIcon": "<string>",
"networkName": "<string>",
"address": "<string>",
"deploymentStatus": "NotDeployed",
"blockchainId": 123,
"blockchainCode": 123
}
]
}
}