Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
847
class
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
deploy_single_contract
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected