• Mark Tyneway's avatar
    common/types: add `Address.Big` (#26132) · a609e7b8
    Mark Tyneway authored
    Many of the other types have a function to convert the type to a big.Int,
    but Address was missing this function.
    
    It is useful to be able to turn an Address into a big.Int when doing
    EVM-like computations natively in Go. Sometimes a Solidity address
    type is casted to a uint256 and having a Big method on the Address
    type makes this easy.
    a609e7b8
Name
Last commit
Last update
..
bitutil Loading commit data...
compiler Loading commit data...
fdlimit Loading commit data...
hexutil Loading commit data...
math Loading commit data...
mclock Loading commit data...
prque Loading commit data...
big.go Loading commit data...
bytes.go Loading commit data...
bytes_test.go Loading commit data...
debug.go Loading commit data...
format.go Loading commit data...
path.go Loading commit data...
size.go Loading commit data...
size_test.go Loading commit data...
test_utils.go Loading commit data...
types.go Loading commit data...
types_test.go Loading commit data...