Uses of Interface
com.syntifi.near.api.service.NearService
-
Packages that use NearService Package Description com.syntifi.near.api.service -
-
Uses of NearService in com.syntifi.near.api.service
Methods in com.syntifi.near.api.service that return NearService Modifier and Type Method Description static NearService
NearService. usingPeer(java.lang.String url)
NearService builderMethods in com.syntifi.near.api.service with parameters of type NearService Modifier and Type Method Description static EncodedHash
TransactionService. sendTransactionAsync(NearService nearService, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.util.List<Action> actionList)
Sends a list ofAction
transaction waiting for result usingsendTransactionAsync(String)
static TransactionAwait
TransactionService. sendTransactionAwait(NearService nearService, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.util.List<Action> actionList)
Sends a list ofAction
transaction waiting for result usingsendTransactionAwait(String)
static EncodedHash
TransactionService. sendTransferActionAsync(NearService nearService, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.math.BigInteger amount)
Sends aTransferAction
transaction async usingsendTransactionAsync(String)
static TransactionAwait
TransactionService. sendTransferActionAwait(NearService nearService, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.math.BigInteger amount)
Sends aTransferAction
transaction waiting for result usingsendTransactionAwait(String)
-