-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mauro Lacy
committed
Jan 31, 2025
1 parent
cf63847
commit 37fca3d
Showing
21 changed files
with
1,032 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 5 additions & 32 deletions
37
contracts/babylon/schema/raw/response_to_transfer_info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,8 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"title": "Nullable_TransferInfo", | ||
"anyOf": [ | ||
{ | ||
"$ref": "#/definitions/TransferInfo" | ||
}, | ||
{ | ||
"type": "null" | ||
} | ||
], | ||
"definitions": { | ||
"TransferInfo": { | ||
"description": "IBC transfer (ICS-020) channel settings", | ||
"type": "object", | ||
"required": [ | ||
"address_type", | ||
"channel_id", | ||
"to_address" | ||
], | ||
"properties": { | ||
"address_type": { | ||
"type": "string" | ||
}, | ||
"channel_id": { | ||
"type": "string" | ||
}, | ||
"to_address": { | ||
"type": "string" | ||
} | ||
}, | ||
"additionalProperties": false | ||
} | ||
} | ||
"title": "Nullable_String", | ||
"type": [ | ||
"string", | ||
"null" | ||
] | ||
} |
Oops, something went wrong.