UNPKG
@tevm/address
Version:
latest (1.0.0-next.148)
next (1.1.0-next.92)
2.0.0-next.107
2.0.0-next.105
1.1.0-next.100
1.1.0-next.97
1.1.0-next.96
1.1.0-next.92
1.0.0-next.148
1.0.0-next.146
1.0.0-next.142
1.0.0-next.131
1.0.0-next.128
1.0.0-next.118
1.0.0-next.117
1.0.0-next.109
0.0.0-next.107
A custom implementation of ethereumjs blockchain
github.com/evmts/tevm-monorepo
evmts/tevm-monorepo
@tevm/address
/
types
/
createContractAddress.d.ts
4 lines
•
218 B
TypeScript
View Raw
1
2
3
4
export
function
createContractAddress
(
from
: EthjsAddress, nonce: bigint
):
Address
;
import
{
EthjsAddress
}
from
'@tevm/utils'
;
import
{
Address
}
from
'./Address.js'
;
//# sourceMappingURL=createContractAddress.d.ts.map