(document)
| 2954 | # Create struct from JSON value |
| 2955 | @staticmethod |
| 2956 | def from_json(document): |
| 2957 | return BalanceMessage.__from_json__(json.loads(document)) |
| 2958 | |
| 2959 | @staticmethod |
| 2960 | def __from_json__(fields): |
nothing calls this directly
no test coverage detected