MCPcopy
hub / github.com/bigchaindb/bigchaindb / create

Method create

bigchaindb/elections/vote.py:59–60  ·  view source on GitHub ↗
(cls, tx_signers, recipients, metadata=None, asset=None)

Source from the content-addressed store, hash-verified

57
58 @classmethod
59 def create(cls, tx_signers, recipients, metadata=None, asset=None):
60 raise NotImplementedError
61
62 @classmethod
63 def transfer(cls, tx_signers, recipients, metadata=None, asset=None):

Calls

no outgoing calls