status-im/status-go

View on GitHub
integration-tests/schemas/wallet_checkRecentHistoryForChainIDs

Summary

Maintainability
Test Coverage
{
    "$schema": "http://json-schema.org/schema#",
    "properties": {
        "id": {
            "type": "string"
        },
        "jsonrpc": {
            "type": "string"
        },
        "result": {
            "type": "null"
        }
    },
    "required": [
        "id",
        "jsonrpc",
        "result"
    ],
    "type": "object"
}