ETH.Transaction.Builder (eth v0.6.7) View Source

This module converts transaction parameters as a list or map to Ethereum Transaction map. The result map is encoded with default ethereum hex encodings for every value so you can sign and send it to any Ethereum client. It also assigns default values and calculates gas prices if not provided.

Link to this section Summary

Link to this section Functions

Link to this function

build(sender_wallet, receiver_wallet, value)

View Source