Uses of Class
com.syntifi.near.api.common.model.key.PublicKey
-
-
Uses of PublicKey in com.syntifi.near.api.common.model.key
Methods in com.syntifi.near.api.common.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.rpc.service
Methods in com.syntifi.near.api.rpc.service that return PublicKey Modifier and Type Method Description static PublicKeyKeyService. derivePublicKey(PrivateKey privateKey)Returns a public key generated form the private keyMethods in com.syntifi.near.api.rpc.service with parameters of type PublicKey Modifier and Type Method Description static TransactionAwaitAccountService. createNamedAccount(Network network, java.lang.String newAccountId, PublicKey newAccountPublicKey, java.math.BigInteger amountToNewAccount, java.lang.String creatorAccountId, PublicKey creatorPublicKey, PrivateKey creatorPrivateKey)Sends aTransferActiontransaction calling a contract to create_account and waits for result usingNearClient.sendTransactionAwait(String)static TransactionAwaitAccountService. createNamedAccount(NearClient nearClient, java.lang.String mainDomain, java.lang.String newAccountId, PublicKey newAccountPublicKey, java.math.BigInteger amountToNewAccount, java.lang.String creatorAccountId, PublicKey creatorPublicKey, PrivateKey creatorPrivateKey)Sends aTransferActiontransaction calling a contract to create_account and waits for result usingNearClient.sendTransactionAwait(String)static EncodedHashAccountService. createNamedAccountAsync(Network network, java.lang.String newAccountId, PublicKey newAccountPublicKey, java.math.BigInteger amountToNewAccount, java.lang.String creatorAccountId, PublicKey creatorPublicKey, PrivateKey creatorPrivateKey)Sends aTransferActiontransaction async usingNearClient.sendTransactionAsync(String)with the needed actions to generate a named account and waits for result usingNearClient.sendTransactionAwait(String)static EncodedHashAccountService. createNamedAccountAsync(NearClient nearClient, java.lang.String mainDomain, java.lang.String newAccountId, PublicKey newAccountPublicKey, java.math.BigInteger amountToNewAccount, java.lang.String creatorAccountId, PublicKey creatorPublicKey, PrivateKey creatorPrivateKey)Sends aTransferActiontransaction async usingNearClient.sendTransactionAsync(String)with the needed actions to generate a named account and waits for result usingNearClient.sendTransactionAwait(String)static TransactionAwaitAccountService. createSubAccount(NearClient nearClient, java.lang.String newAccountId, java.math.BigInteger amountToNewAccount, java.lang.String creatorAccountId, PublicKey creatorPublicKey, PrivateKey creatorPrivateKey)Sends aTransferActiontransaction with the needed actions to generate a sub account and waits for result usingNearClient.sendTransactionAwait(String)static EncodedHashAccountService. createSubAccountAsync(NearClient nearClient, java.lang.String newAccountId, java.math.BigInteger amountToNewAccount, java.lang.String creatorAccountId, PublicKey creatorPublicKey, PrivateKey creatorPrivateKey)Sends aTransferActiontransaction async usingNearClient.sendTransactionAsync(String)with the needed actions to generate a sub account and waits for result usingNearClient.sendTransactionAwait(String)static java.lang.StringTransactionService. prepareTransactionForActionList(NearClient nearClient, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.util.List<Action> actionList)Prepares the transaction to send and automatically queries for the next noncestatic java.lang.StringTransactionService. prepareTransactionForActionList(NearClient nearClient, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.util.List<Action> actionList, java.lang.Long nonce)Prepares the transaction to send with a given noncestatic EncodedHashTransferService. sendTransactionAsync(NearClient nearClient, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.util.List<Action> actionList)Sends a list ofActiontransaction waiting for result usingNearClient.sendTransactionAsync(String)static TransactionAwaitTransferService. sendTransactionAwait(NearClient nearClient, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.util.List<Action> actionList)Sends a list ofActiontransaction waiting for result usingNearClient.sendTransactionAwait(String)static EncodedHashTransferService. sendTransferActionAsync(NearClient nearClient, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.math.BigInteger amount)Sends aTransferActiontransaction async usingNearClient.sendTransactionAsync(String)static TransactionAwaitTransferService. sendTransferActionAwait(NearClient nearClient, java.lang.String signerId, java.lang.String receiverId, PublicKey signerPublicKey, PrivateKey signerPrivateKey, java.math.BigInteger amount)Sends aTransferActiontransaction waiting for result usingNearClient.sendTransactionAwait(String) -
Uses of PublicKey in com.syntifi.near.api.rpc.service.contract.common
Methods in com.syntifi.near.api.rpc.service.contract.common with parameters of type PublicKey Modifier and Type Method Description TransactionAwaitContractMethodProxy. invoke(NearClient nearClient, java.lang.String contractAccountId, java.lang.String methodName, ContractMethodType methodType, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey, com.fasterxml.jackson.databind.node.ObjectNode arguments, java.math.BigInteger deposit)Proxy invoke the contracts call methods via signed transactionsTransactionAwaitContractMethodProxyClient. invoke(NearClient nearClient, java.lang.String contractAccountId, java.lang.String methodName, ContractMethodType methodType, java.lang.String accountId, PublicKey accountPublicKey, PrivateKey accountPrivateKey, com.fasterxml.jackson.databind.node.ObjectNode arguments, java.math.BigInteger deposit)EncodedHashContractMethodProxy. invokeAsync(NearClient nearClient, java.lang.String contractAccountId, java.lang.String methodName, ContractMethodType methodType, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey, com.fasterxml.jackson.databind.node.ObjectNode arguments, java.math.BigInteger deposit)Proxy invoke the contracts call methods via signed transactions asyncEncodedHashContractMethodProxyClient. invokeAsync(NearClient nearClient, java.lang.String contractAccountId, java.lang.String methodName, ContractMethodType methodType, java.lang.String accountId, PublicKey accountPublicKey, PrivateKey accountPrivateKey, com.fasterxml.jackson.databind.node.ObjectNode arguments, java.math.BigInteger deposit) -
Uses of PublicKey in com.syntifi.near.api.rpc.service.contract.ft
Methods in com.syntifi.near.api.rpc.service.contract.ft with parameters of type PublicKey Modifier and Type Method Description TransactionAwaitFTService. callTransfer(NearClient nearClient, java.lang.String tokenId, java.lang.String amount, java.lang.String receiverId, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to transfer ftTransactionAwaitFTService. callTransfer(NearClient nearClient, java.lang.String tokenId, java.lang.String amount, java.lang.String receiverId, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey, java.lang.String memo)Synchronous contractCall to transfer ftEncodedHashFTService. callTransferAsync(NearClient nearClient, java.lang.String tokenId, java.lang.String amount, java.lang.String receiverId, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to transfer ftEncodedHashFTService. callTransferAsync(NearClient nearClient, java.lang.String tokenId, java.lang.String amount, java.lang.String receiverId, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey, java.lang.String memo)Asynchronous contractCall to transfer ftTransactionAwaitFTService. callTransferCall(NearClient nearClient, java.lang.String tokenId, java.lang.String amount, java.lang.String receiverId, java.lang.String accountId, java.lang.String msg, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to transfer_call ftTransactionAwaitFTService. callTransferCall(NearClient nearClient, java.lang.String tokenId, java.lang.String amount, java.lang.String receiverId, java.lang.String accountId, java.lang.String msg, PublicKey publicKey, PrivateKey privateKey, java.lang.String memo)Synchronous contractCall to transfer_call ftEncodedHashFTService. callTransferCallAsync(NearClient nearClient, java.lang.String tokenId, java.lang.String amount, java.lang.String receiverId, java.lang.String accountId, java.lang.String msg, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to transfer_call ftEncodedHashFTService. callTransferCallAsync(NearClient nearClient, java.lang.String tokenId, java.lang.String amount, java.lang.String receiverId, java.lang.String accountId, java.lang.String msg, PublicKey publicKey, PrivateKey privateKey, java.lang.String memo)Asynchronous contractCall to transfer_call ft -
Uses of PublicKey in com.syntifi.near.api.rpc.service.contract.nft
Methods in com.syntifi.near.api.rpc.service.contract.nft with parameters of type PublicKey Modifier and Type Method Description TransactionAwaitNFTService. callTransfer(NearClient nearClient, java.lang.String contractAccountId, java.lang.String receiverAccountId, java.lang.String tokenId, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey, java.math.BigInteger deposit)Synchronous contractCall to transfer nftEncodedHashNFTService. callTransferAsync(NearClient nearClient, java.lang.String contractAccountId, java.lang.String receiverAccountId, java.lang.String tokenId, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey, java.math.BigInteger deposit)Asynchronous contractCall to transfer nft -
Uses of PublicKey in com.syntifi.near.api.rpc.service.contract.staking
Methods in com.syntifi.near.api.rpc.service.contract.staking with parameters of type PublicKey Modifier and Type Method Description TransactionAwaitStakingService. callClaim(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to claim rewards from contractAccountIdEncodedHashStakingService. callClaimAsync(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to claim rewards from contractAccountIdTransactionAwaitStakingService. callDeposit(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to deposit an amount to the contractAccountIdTransactionAwaitStakingService. callDepositAndStake(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to deposit and stake an amount to the contractAccountIdEncodedHashStakingService. callDepositAndStakeAsync(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to deposit and stake an amount to the contractAccountIdEncodedHashStakingService. callDepositAsync(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to deposit an amount to the contractAccountIdTransactionAwaitStakingService. callPing(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to ping contractAccountIdEncodedHashStakingService. callPingAsync(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to ping contractAccountIdTransactionAwaitStakingService. callStake(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to stake an amount to the contractAccountIdTransactionAwaitStakingService. callStakeAll(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to stake all available balance in the contractAccountIdEncodedHashStakingService. callStakeAllAsync(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to stake all available balance in the contractAccountIdEncodedHashStakingService. callStakeAsync(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to stake an amount to the contractAccountIdTransactionAwaitStakingService. callUnstake(NearClient nearClient, java.lang.String contractAccountId, java.lang.String amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to unstake an amount to the contractAccountIdEncodedHashStakingService. callUnstakeAsync(NearClient nearClient, java.lang.String contractAccountId, java.lang.String amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to unstake an amount to the contractAccountIdTransactionAwaitStakingService. callWithdraw(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Synchronous contractCall to withdraw an amount to the contractAccountIdEncodedHashStakingService. callWithdrawAsync(NearClient nearClient, java.lang.String contractAccountId, java.math.BigInteger amount, java.lang.String accountId, PublicKey publicKey, PrivateKey privateKey)Asynchronous contractCall to withdraw an amount to the contractAccountId
-