xbr._util¶
Functions¶
|
Create a Web3 instance configured and ready-to-use gateway to the blockchain. |
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- make_w3(gateway_config=None)[source]¶
Create a Web3 instance configured and ready-to-use gateway to the blockchain.
- Parameters:
gateway_config (dict) – Blockchain gateway configuration.
- Returns:
Configured Web3 instance.
- Return type:
web3.Web3
- pack_ethadr(value: bytes | str, return_dict: bool = False) List[int] | Dict[str, int][source]¶
- Parameters:
value
return_dict
- Returns: