Uses of Class
com.syntifi.near.api.model.common.EncodedHash
-
Packages that use EncodedHash Package Description com.syntifi.near.api.service -
-
Uses of EncodedHash in com.syntifi.near.api.service
Methods in com.syntifi.near.api.service that return EncodedHash Modifier and Type Method Description static EncodedHashTransactionService. sendTransactionAsync(NearService nearService, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.util.List<Action> actionList)Sends a list ofActiontransaction waiting for result usingNearService.sendTransactionAsync(String)static EncodedHashTransactionService. sendTransferActionAsync(NearService nearService, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.math.BigInteger amount)Sends aTransferActiontransaction async usingNearService.sendTransactionAsync(String)
-