Uses of Class
com.syntifi.near.api.model.key.PublicKey
-
Packages that use PublicKey Package Description com.syntifi.near.api.model.key com.syntifi.near.api.service -
-
Uses of PublicKey in com.syntifi.near.api.model.key
Methods in com.syntifi.near.api.model.key that return PublicKey Modifier and Type Method Description static PublicKeyPublicKey. getPublicKeyFromJson(java.lang.String base58String) -
Uses of PublicKey in com.syntifi.near.api.service
Methods in com.syntifi.near.api.service with parameters of type PublicKey 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 TransactionAwaitTransactionService. sendTransactionAwait(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.sendTransactionAwait(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)static TransactionAwaitTransactionService. sendTransferActionAwait(NearService nearService, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.math.BigInteger amount)Sends aTransferActiontransaction waiting for result usingNearService.sendTransactionAwait(String)
-