MCPcopy
hub / github.com/bigchaindb/bigchaindb / from_dict

Method from_dict

bigchaindb/models.py:47–48  ·  view source on GitHub ↗
(cls, tx_body)

Source from the content-addressed store, hash-verified

45
46 @classmethod
47 def from_dict(cls, tx_body):
48 return super().from_dict(tx_body, False)
49
50 @classmethod
51 def validate_schema(cls, tx_body):

Calls

no outgoing calls