MCPcopy
hub / github.com/raiden-network/raiden / ByteCode

Class ByteCode

raiden/network/rpc/client.py:847–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845
846@dataclass
847class ByteCode:
848 contract_name: str
849 bytecode: bytes
850
851 def to_log_details(self) -> Dict[str, Any]:
852 return {"contract_name": self.contract_name}
853
854
855@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected