The EssentialWeb3Transaction interface provides the minimum set of Web3 Transaction
returned by the SDK. It allows any web3-like provider to be used, as long as it
matches the signature of these essential interface. This prevents
tight coupling to a specific version of the web3 library.
The
EssentialWeb3Transaction
interface provides the minimum set of Web3 Transaction returned by the SDK. It allows any web3-like provider to be used, as long as it matches the signature of these essential interface. This prevents tight coupling to a specific version of theweb3
library.