Uses of Class
org.aion.avm.embed.AvmRule.ResultWrapper
-
Packages that use AvmRule.ResultWrapper Package Description org.aion.avm.embed Defines classes which embed the AVM, directly. -
-
Uses of AvmRule.ResultWrapper in org.aion.avm.embed
Methods in org.aion.avm.embed that return AvmRule.ResultWrapper Modifier and Type Method Description AvmRule.ResultWrapper
AvmRule. balanceTransfer(Address from, Address to, java.math.BigInteger value, long energyLimit, long energyPrice)
Makes a balance transfer.AvmRule.ResultWrapper
AvmRule. call(Address from, Address dappAddress, java.math.BigInteger value, byte[] transactionData)
Makes a call transaction to the Dapp.AvmRule.ResultWrapper
AvmRule. call(Address from, Address dappAddress, java.math.BigInteger value, byte[] transactionData, long energyLimit, long energyPrice)
Makes a call transaction to the Dapp.AvmRule.ResultWrapper
AvmRule. deploy(Address from, java.math.BigInteger value, byte[] dappBytes)
Deploys the Dapp.AvmRule.ResultWrapper
AvmRule. deploy(Address from, java.math.BigInteger value, byte[] dappBytes, long energyLimit, long energyPrice)
Deploys the Dapp.
-