Home
last modified time | relevance | path

Searched refs:int_to_big_endian (Results 1 – 14 of 14) sorted by relevance

/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/
H A Dethereum.py29 def int_to_big_endian(value: int) -> bytes: function
183 nonce=int_to_big_endian(nonce),
184 gas_price=int_to_big_endian(gas_price),
185 gas_limit=int_to_big_endian(gas_limit),
186 value=int_to_big_endian(value),
239 nonce=int_to_big_endian(nonce),
240 gas_limit=int_to_big_endian(gas_limit),
241 value=int_to_big_endian(value),
244 max_gas_fee=int_to_big_endian(max_gas_fee),
245 max_priority_fee=int_to_big_endian(max_priority_fee),
/dports/security/py-keepkey/python-keepkey-7.2.1/keepkeylib/
H A Dclient.py586 from keepkeylib.tools import int_to_big_endian
595 nonce=int_to_big_endian(nonce),
596 gas_price=int_to_big_endian(gas_price) if gas_price else None,
597 gas_limit=int_to_big_endian(gas_limit),
600 value=int_to_big_endian(value),
608 nonce=int_to_big_endian(nonce),
610 gas_limit=int_to_big_endian(gas_limit),
613 value=int_to_big_endian(value),
622 nonce=int_to_big_endian(nonce),
624 gas_limit=int_to_big_endian(gas_limit),
[all …]
H A Dtools.py170 def int_to_big_endian(value): function
H A Deos.py5 from .tools import b58decode, b58encode, parse_path, int_to_big_endian
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dhandler_high_score.cc218 int_to_big_endian (&score[j].area_number, ptr32++); in save_high_score()
219 int_to_big_endian (&score[j].level_number, ptr32++); in save_high_score()
220 int_to_big_endian (&score[j].value, ptr32++); in save_high_score()
234 int_to_big_endian (&ckVal, ptr32); in save_high_score()
H A Dtecnoballz.cc320 tecnoballz::int_to_big_endian (Uint32 * ptsrc, Uint32 * ptdes) in int_to_big_endian() function in tecnoballz
/dports/security/py-keepkey/python-keepkey-7.2.1/tests/
H A Dtest_msg_ethereum_sablier.py28 from keepkeylib.tools import int_to_big_endian
H A Dtest_msg_ethereum_erc20_signtx_exchange.py30 from keepkeylib.tools import int_to_big_endian
H A Dtest_msg_signtx_ethereum_erc20.py28 from keepkeylib.tools import int_to_big_endian
H A Dtest_msg_ethereum_erc20_uniswap_liquidity.py27 from keepkeylib.tools import int_to_big_endian
H A Dtest_msg_ethereum_erc20_0x_signtx.py27 from keepkeylib.tools import int_to_big_endian
H A Dtest_msg_ethereum_signtx_xfer.py30 from keepkeylib.tools import int_to_big_endian
H A Dtest_msg_ethereum_signtx.py28 from keepkeylib.tools import int_to_big_endian
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dtecnoballz.h216 void int_to_big_endian (Uint32 *, Uint32 *);