changedOutput schema / (root)
Previous value: -{
- "anyOf": [
- {
- "properties": {
- "withdrawal": {
- "description": "A withdrawal status record.",
- "properties": {
- "address": {
- "description": "The wallet address the withdrawal is sent to",
- "type": [
- "string",
- "null"
- ]
- },
- "amount": {
- "type": [
- "number",
- "null"
- ]
- },
- "asset": {
- "type": [
- "string",
- "null"
- ]
- },
- "id": {
- "type": [
- "string",
- "null"
- ]
- },
- "network": {
- "type": [
- "string",
- "null"
- ]
- },
- "state": {
- "type": [
- "string",
- "null"
- ]
- },
- "timestamp": {
- "type": [
- "number",
- "null"
- ]
- },
- "timestamp_readable": {
- "type": [
- "string",
- "null"
- ]
- },
- "tx_hash": {
- "description": "On-chain transaction hash, present once the withdrawal is processed",
- "type": [
- "string",
- "null"
- ]
- },
- "tx_url": {
- "description": "Block explorer URL for the transaction, present when tx_hash exists",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "withdrawals": {
- "items": {
- "description": "A withdrawal status record.",
- "properties": {
- "address": {
- "description": "The wallet address the withdrawal is sent to",
- "type": [
- "string",
- "null"
- ]
- },
- "amount": {
- "type": [
- "number",
- "null"
- ]
- },
- "asset": {
- "type": [
- "string",
- "null"
- ]
- },
- "id": {
- "type": [
- "string",
- "null"
- ]
- },
- "network": {
- "type": [
- "string",
- "null"
- ]
- },
- "state": {
- "type": [
- "string",
- "null"
- ]
- },
- "timestamp": {
- "type": [
- "number",
- "null"
- ]
- },
- "timestamp_readable": {
- "type": [
- "string",
- "null"
- ]
- },
- "tx_hash": {
- "description": "On-chain transaction hash, present once the withdrawal is processed",
- "type": [
- "string",
- "null"
- ]
- },
- "tx_url": {
- "description": "Block explorer URL for the transaction, present when tx_hash exists",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- }
- },
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +null