(document)
| 3071 | # Create struct from JSON value |
| 3072 | @staticmethod |
| 3073 | def from_json(document): |
| 3074 | return BalanceMessage.__from_json__(json.loads(document)) |
| 3075 | |
| 3076 | @staticmethod |
| 3077 | def __from_json__(fields): |
nothing calls this directly
no test coverage detected