Uses of Class
avm.Result
-
Packages that use Result Package Description avm Defines routines specific to running in a blockchain environment and high-level types to interact with them. -
-
Uses of Result in avm
Methods in avm that return Result Modifier and Type Method Description static Result
Blockchain. call(Address targetAddress, java.math.BigInteger value, byte[] data, long energyLimit)
Calls another account, whether it's normal account or dapp.static Result
Blockchain. create(java.math.BigInteger value, byte[] data, long energyLimit)
Creates an account.
-