A B C D E F G I J K L M N O P R S T U V W 
All Classes All Packages

A

AbstractAnyOfDeserializer - Class in com.syntifi.near.api.rpc.json.deserializer
AbstractAnyOfDeserializer for deserializing objects with inheritance
AbstractAnyOfDeserializer(JavaType, TypeIdResolver, String, boolean, JavaType) - Constructor for class com.syntifi.near.api.rpc.json.deserializer.AbstractAnyOfDeserializer
 
AbstractAnyOfDeserializer(AsPropertyTypeDeserializer, BeanProperty) - Constructor for class com.syntifi.near.api.rpc.json.deserializer.AbstractAnyOfDeserializer
 
AccessKey - Class in com.syntifi.near.api.rpc.model.accesskey
AccessKey
AccessKey() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.AccessKey
 
AccessKeyChange - Class in com.syntifi.near.api.rpc.model.accesskey
AccessKeyChange
AccessKeyChange() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.AccessKeyChange
 
AccessKeyChangeDetails - Class in com.syntifi.near.api.rpc.model.accesskey
AccessKeyChangeDetails
AccessKeyChangeDetails() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.AccessKeyChangeDetails
 
AccessKeyChanges - Class in com.syntifi.near.api.rpc.model.accesskey
AccessKeyChanges
AccessKeyChanges() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.AccessKeyChanges
 
AccessKeyList - Class in com.syntifi.near.api.rpc.model.accesskey
AccessKeyList
AccessKeyList() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.AccessKeyList
 
AccessKeyListItem - Class in com.syntifi.near.api.rpc.model.accesskey
AccessKeyListItem
AccessKeyListItem() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.AccessKeyListItem
 
AccessKeyNotFound - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
AccessKeyNotFound() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.AccessKeyNotFound
 
Account - Class in com.syntifi.near.api.rpc.model.account
Account
Account() - Constructor for class com.syntifi.near.api.rpc.model.account.Account
 
ACCOUNT_ID - com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameterType
 
AccountAlreadyExists - Class in com.syntifi.near.api.rpc.model.transaction.error.action
Happens when CreateAccount action tries to create an account with account_id which is already exists in the storage
AccountAlreadyExists() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.AccountAlreadyExists
 
AccountChange - Class in com.syntifi.near.api.rpc.model.account
AccountChange
AccountChange() - Constructor for class com.syntifi.near.api.rpc.model.account.AccountChange
 
AccountChangeDetails - Class in com.syntifi.near.api.rpc.model.account
AccountChangeDetails
AccountChangeDetails() - Constructor for class com.syntifi.near.api.rpc.model.account.AccountChangeDetails
 
AccountChanges - Class in com.syntifi.near.api.rpc.model.account
AccountChanges
AccountChanges() - Constructor for class com.syntifi.near.api.rpc.model.account.AccountChanges
 
AccountCreationConfig - Class in com.syntifi.near.api.rpc.model.protocol
AccountCreationConfig
AccountCreationConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.AccountCreationConfig
 
AccountDoesNotExist - Class in com.syntifi.near.api.rpc.model.transaction.error.action
Happens when TX receiver_id doesn't exist (but action is not CreateAccount)
AccountDoesNotExist() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.AccountDoesNotExist
 
AccountIdList - Class in com.syntifi.near.api.indexer.model
Holds a list of Strings with account ids
AccountIdList() - Constructor for class com.syntifi.near.api.indexer.model.AccountIdList
 
AccountService - Class in com.syntifi.near.api.rpc.service
Account service provides methods to easily work with the creation of accounts
AccountService() - Constructor for class com.syntifi.near.api.rpc.service.AccountService
 
Action - Interface in com.syntifi.near.api.rpc.model.transaction
Action Interface
ActionCreationConfig - Class in com.syntifi.near.api.rpc.model.protocol
ActionCreationConfig
ActionCreationConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.ActionCreationConfig
 
ActionError - Class in com.syntifi.near.api.rpc.model.transaction.error.action
Returned when an error happened during an action execution
ActionError() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.ActionError
 
ActionErrorKind - Interface in com.syntifi.near.api.rpc.model.transaction.error.action
Action Error Kind interface
ActionsValidation - Interface in com.syntifi.near.api.rpc.model.transaction.error.tx
An error occurred while validating actions of a Transaction.
ActionsValidationDeserializer - Class in com.syntifi.near.api.rpc.json.deserializer
 
ActionsValidationDeserializer() - Constructor for class com.syntifi.near.api.rpc.json.deserializer.ActionsValidationDeserializer
 
ActorNoPermission - Class in com.syntifi.near.api.rpc.model.transaction.error.action
Administrative actions like `DeployContract`, `Stake`, `AddKey`, `DeleteKey` can be proceed only if sender=receiver or the first TX action is a `CreateAccount` action
ActorNoPermission() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.ActorNoPermission
 
ADD_KEY - com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
 
ADD_KEY - Static variable in interface com.syntifi.near.api.rpc.model.transaction.Action
 
AddKeyAction - Class in com.syntifi.near.api.rpc.model.transaction
AddKeyAction
AddKeyAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.AddKeyAction
 
AddKeyAlreadyExists - Class in com.syntifi.near.api.rpc.model.transaction.error.action
The public key is already used for an existing access key
AddKeyAlreadyExists() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.AddKeyAlreadyExists
 
AddKeyCost - Class in com.syntifi.near.api.rpc.model.protocol
AddKeyCost
AddKeyCost() - Constructor for class com.syntifi.near.api.rpc.model.protocol.AddKeyCost
 
AddKeyMethodNameLengthExceeded - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
AddKeyMethodNameLengthExceeded() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.AddKeyMethodNameLengthExceeded
 
AddKeyMethodNamesNumberOfBytesExceeded - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
AddKeyMethodNamesNumberOfBytesExceeded() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.AddKeyMethodNamesNumberOfBytesExceeded
 
ARCHIVAL_TEST_NET - com.syntifi.near.api.common.helper.Network
 
ARGUMENT - com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameterType
 

B

BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
Base64String - Class in com.syntifi.near.api.common.model.common
Base64String
Base64String() - Constructor for class com.syntifi.near.api.common.model.common.Base64String
 
Block - Class in com.syntifi.near.api.rpc.model.block
Block
Block() - Constructor for class com.syntifi.near.api.rpc.model.block.Block
 
BlockChange - Class in com.syntifi.near.api.rpc.model.block
BlockChange
BlockChange() - Constructor for class com.syntifi.near.api.rpc.model.block.BlockChange
 
BlockChanges - Class in com.syntifi.near.api.rpc.model.block
BlockChanges
BlockChanges() - Constructor for class com.syntifi.near.api.rpc.model.block.BlockChanges
 
BlockHeader - Class in com.syntifi.near.api.rpc.model.block
BlockHeader
BlockHeader() - Constructor for class com.syntifi.near.api.rpc.model.block.BlockHeader
 
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>) - Method in class com.syntifi.near.api.rpc.json.resolver.PermissionResolver
 
ByteArraySerializer - Class in com.syntifi.near.api.rpc.json.serializer
Custom byte array serializer for handling serialization numerically
ByteArraySerializer() - Constructor for class com.syntifi.near.api.rpc.json.serializer.ByteArraySerializer
 

C

call(NearClient) - Method in class com.syntifi.near.api.rpc.service.contract.common.FunctionCall
 
call(NearClient, String, String, Base64String, Class<T>) - Static method in class com.syntifi.near.api.rpc.service.contract.common.ContractViewMethodCaller
Calls a contract for specific method
CALL - com.syntifi.near.api.rpc.service.contract.common.annotation.ContractMethodType
 
CALL_ASYNC - com.syntifi.near.api.rpc.service.contract.common.annotation.ContractMethodType
 
callClaim(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Synchronous contractCall to claim rewards from contractAccountId
callClaimAsync(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Asynchronous contractCall to claim rewards from contractAccountId
callContractFunction(long, String, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Allows you to call a contract method as a view function.
callContractFunction(Finality, String, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Allows you to call a contract method as a view function.
callContractFunction(String, String, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Allows you to call a contract method as a view function.
callDeposit(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Synchronous contractCall to deposit an amount to the contractAccountId
callDepositAndStake(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Synchronous contractCall to deposit and stake an amount to the contractAccountId
callDepositAndStakeAsync(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Asynchronous contractCall to deposit and stake an amount to the contractAccountId
callDepositAsync(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Asynchronous contractCall to deposit an amount to the contractAccountId
callPing(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Synchronous contractCall to ping contractAccountId
callPingAsync(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Asynchronous contractCall to ping contractAccountId
callStake(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Synchronous contractCall to stake an amount to the contractAccountId
callStakeAll(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Synchronous contractCall to stake all available balance in the contractAccountId
callStakeAllAsync(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Asynchronous contractCall to stake all available balance in the contractAccountId
callStakeAsync(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Asynchronous contractCall to stake an amount to the contractAccountId
callTransfer(NearClient, String, String, String, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
Synchronous contractCall to transfer ft
callTransfer(NearClient, String, String, String, String, PublicKey, PrivateKey, String) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
Synchronous contractCall to transfer ft
callTransfer(NearClient, String, String, String, String, PublicKey, PrivateKey, BigInteger) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Synchronous contractCall to transfer nft
callTransferAsync(NearClient, String, String, String, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
Asynchronous contractCall to transfer ft
callTransferAsync(NearClient, String, String, String, String, PublicKey, PrivateKey, String) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
Asynchronous contractCall to transfer ft
callTransferAsync(NearClient, String, String, String, String, PublicKey, PrivateKey, BigInteger) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Asynchronous contractCall to transfer nft
callTransferCall(NearClient, String, String, String, String, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
Synchronous contractCall to transfer_call ft
callTransferCall(NearClient, String, String, String, String, String, PublicKey, PrivateKey, String) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
Synchronous contractCall to transfer_call ft
callTransferCallAsync(NearClient, String, String, String, String, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
Asynchronous contractCall to transfer_call ft
callTransferCallAsync(NearClient, String, String, String, String, String, PublicKey, PrivateKey, String) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
Asynchronous contractCall to transfer_call ft
callUnstake(NearClient, String, String, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Synchronous contractCall to unstake an amount to the contractAccountId
callUnstakeAsync(NearClient, String, String, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Asynchronous contractCall to unstake an amount to the contractAccountId
callWithdraw(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Synchronous contractCall to withdraw an amount to the contractAccountId
callWithdrawAsync(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Asynchronous contractCall to withdraw an amount to the contractAccountId
ChangeCause - Class in com.syntifi.near.api.common.model.common
ChangeCause
ChangeCause() - Constructor for class com.syntifi.near.api.common.model.common.ChangeCause
 
checkAccountId(String) - Static method in class com.syntifi.near.api.rpc.service.AccountService
Method to check that the human-readable account id follows the naming convention
Chunk - Class in com.syntifi.near.api.rpc.model.block
Chunk
Chunk() - Constructor for class com.syntifi.near.api.rpc.model.block.Chunk
 
ChunkHeader - Class in com.syntifi.near.api.rpc.model.block
ChunkHeader
ChunkHeader() - Constructor for class com.syntifi.near.api.rpc.model.block.ChunkHeader
 
cleanupAmount(String) - Static method in class com.syntifi.near.api.common.helper.Formats
Removes commas from the input
com.syntifi.near.api.common.exception - package com.syntifi.near.api.common.exception
 
com.syntifi.near.api.common.helper - package com.syntifi.near.api.common.helper
 
com.syntifi.near.api.common.json - package com.syntifi.near.api.common.json
 
com.syntifi.near.api.common.model.common - package com.syntifi.near.api.common.model.common
 
com.syntifi.near.api.common.model.key - package com.syntifi.near.api.common.model.key
 
com.syntifi.near.api.common.service - package com.syntifi.near.api.common.service
 
com.syntifi.near.api.indexer - package com.syntifi.near.api.indexer
 
com.syntifi.near.api.indexer.exception - package com.syntifi.near.api.indexer.exception
 
com.syntifi.near.api.indexer.json.deserializer - package com.syntifi.near.api.indexer.json.deserializer
 
com.syntifi.near.api.indexer.model - package com.syntifi.near.api.indexer.model
 
com.syntifi.near.api.rpc - package com.syntifi.near.api.rpc
 
com.syntifi.near.api.rpc.json.deserializer - package com.syntifi.near.api.rpc.json.deserializer
 
com.syntifi.near.api.rpc.json.resolver - package com.syntifi.near.api.rpc.json.resolver
 
com.syntifi.near.api.rpc.json.serializer - package com.syntifi.near.api.rpc.json.serializer
 
com.syntifi.near.api.rpc.jsonrpc4j.exception - package com.syntifi.near.api.rpc.jsonrpc4j.exception
 
com.syntifi.near.api.rpc.model.accesskey - package com.syntifi.near.api.rpc.model.accesskey
 
com.syntifi.near.api.rpc.model.accesskey.permission - package com.syntifi.near.api.rpc.model.accesskey.permission
 
com.syntifi.near.api.rpc.model.account - package com.syntifi.near.api.rpc.model.account
 
com.syntifi.near.api.rpc.model.block - package com.syntifi.near.api.rpc.model.block
 
com.syntifi.near.api.rpc.model.contract - package com.syntifi.near.api.rpc.model.contract
 
com.syntifi.near.api.rpc.model.gas - package com.syntifi.near.api.rpc.model.gas
 
com.syntifi.near.api.rpc.model.identifier - package com.syntifi.near.api.rpc.model.identifier
 
com.syntifi.near.api.rpc.model.network - package com.syntifi.near.api.rpc.model.network
 
com.syntifi.near.api.rpc.model.protocol - package com.syntifi.near.api.rpc.model.protocol
 
com.syntifi.near.api.rpc.model.transaction - package com.syntifi.near.api.rpc.model.transaction
 
com.syntifi.near.api.rpc.model.transaction.error - package com.syntifi.near.api.rpc.model.transaction.error
 
com.syntifi.near.api.rpc.model.transaction.error.action - package com.syntifi.near.api.rpc.model.transaction.error.action
 
com.syntifi.near.api.rpc.model.transaction.error.tx - package com.syntifi.near.api.rpc.model.transaction.error.tx
 
com.syntifi.near.api.rpc.service - package com.syntifi.near.api.rpc.service
 
com.syntifi.near.api.rpc.service.contract.common - package com.syntifi.near.api.rpc.service.contract.common
 
com.syntifi.near.api.rpc.service.contract.common.annotation - package com.syntifi.near.api.rpc.service.contract.common.annotation
 
com.syntifi.near.api.rpc.service.contract.ft - package com.syntifi.near.api.rpc.service.contract.ft
 
com.syntifi.near.api.rpc.service.contract.ft.model - package com.syntifi.near.api.rpc.service.contract.ft.model
 
com.syntifi.near.api.rpc.service.contract.nft - package com.syntifi.near.api.rpc.service.contract.nft
 
com.syntifi.near.api.rpc.service.contract.nft.model - package com.syntifi.near.api.rpc.service.contract.nft.model
 
com.syntifi.near.api.rpc.service.contract.staking - package com.syntifi.near.api.rpc.service.contract.staking
 
com.syntifi.near.api.rpc.service.contract.staking.model - package com.syntifi.near.api.rpc.service.contract.staking.model
 
CONTRACT_COMPILE_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
CONTRACT_COMPILE_BYTES - com.syntifi.near.api.rpc.model.transaction.CostType
 
CONTRACT_LOADING_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
CONTRACT_LOADING_BYTES - com.syntifi.near.api.rpc.model.transaction.CostType
 
ContractClient - Class in com.syntifi.near.api.rpc.service.contract.common
Base creator of ContractClients
ContractClient() - Constructor for class com.syntifi.near.api.rpc.service.contract.common.ContractClient
 
ContractCode - Class in com.syntifi.near.api.rpc.model.contract
ContractCode
ContractCode() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractCode
 
ContractCodeChange - Class in com.syntifi.near.api.rpc.model.contract
ContractCodeChange
ContractCodeChange() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractCodeChange
 
ContractCodeChangeDetails - Class in com.syntifi.near.api.rpc.model.contract
ContractCodeChangeDetails
ContractCodeChangeDetails() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractCodeChangeDetails
 
ContractCodeChanges - Class in com.syntifi.near.api.rpc.model.contract
ContractCodeChanges
ContractCodeChanges() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractCodeChanges
 
ContractFunctionCallResult - Class in com.syntifi.near.api.rpc.model.contract
ContractFunctionCallResult
ContractFunctionCallResult() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractFunctionCallResult
 
ContractMethod - Annotation Type in com.syntifi.near.api.rpc.service.contract.common.annotation
Contract function metadata containing function type and name
ContractMethodProxy - Interface in com.syntifi.near.api.rpc.service.contract.common
The interface for contract method clients
ContractMethodProxyClient - Class in com.syntifi.near.api.rpc.service.contract.common
The default contract method client for proxies
ContractMethodProxyClient() - Constructor for class com.syntifi.near.api.rpc.service.contract.common.ContractMethodProxyClient
 
ContractMethodType - Enum in com.syntifi.near.api.rpc.service.contract.common.annotation
The type of the contract method
ContractParameter - Annotation Type in com.syntifi.near.api.rpc.service.contract.common.annotation
Contract function metadata containing argument name
ContractParameterType - Enum in com.syntifi.near.api.rpc.service.contract.common.annotation
The type of the contract parameter
ContractSizeExceeded - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
ContractSizeExceeded() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.ContractSizeExceeded
 
ContractState - Class in com.syntifi.near.api.rpc.model.contract
ContractState
ContractState() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractState
 
ContractStateChange - Class in com.syntifi.near.api.rpc.model.contract
ContractStateChange
ContractStateChange() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractStateChange
 
ContractStateChangeDetails - Class in com.syntifi.near.api.rpc.model.contract
ContractStateChangeDetails
ContractStateChangeDetails() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractStateChangeDetails
 
ContractStateChanges - Class in com.syntifi.near.api.rpc.model.contract
ContractStateChanges
ContractStateChanges() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractStateChanges
 
ContractStateDetails - Class in com.syntifi.near.api.rpc.model.contract
ContractStateDetails
ContractStateDetails() - Constructor for class com.syntifi.near.api.rpc.model.contract.ContractStateDetails
 
ContractViewMethodCaller - Class in com.syntifi.near.api.rpc.service.contract.common
Caller for contract methods
ContractViewMethodCaller() - Constructor for class com.syntifi.near.api.rpc.service.contract.common.ContractViewMethodCaller
 
Cost - Class in com.syntifi.near.api.rpc.model.protocol
Cost
Cost() - Constructor for class com.syntifi.near.api.rpc.model.protocol.Cost
 
CostOverflow - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
An integer overflow occurred during transaction cost estimation.
CostOverflow() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.CostOverflow
 
CostType - Enum in com.syntifi.near.api.rpc.model.transaction
CostType
CREATE_ACCOUNT - com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
 
CREATE_ACCOUNT - Static variable in interface com.syntifi.near.api.rpc.model.transaction.Action
 
CreateAccountAction - Class in com.syntifi.near.api.rpc.model.transaction
CreateAccountAction
CreateAccountAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.CreateAccountAction
 
CreateAccountNotAllowed - Class in com.syntifi.near.api.rpc.model.transaction.error.action
A newly created account must be under a namespace of the creator account
CreateAccountNotAllowed() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.CreateAccountNotAllowed
 
CreateAccountOnlyByRegistrar - Class in com.syntifi.near.api.rpc.model.transaction.error.action
A top-level account ID can only be created by registrar.
CreateAccountOnlyByRegistrar() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.CreateAccountOnlyByRegistrar
 
createClientProxy(Class<T>, ContractMethodProxy) - Static method in class com.syntifi.near.api.rpc.service.contract.common.ContractClient
Creates a proxy for a given interface
createNamedAccount(Network, String, PublicKey, BigInteger, String, PublicKey, PrivateKey) - Static method in class com.syntifi.near.api.rpc.service.AccountService
Sends a TransferAction transaction calling a contract to create_account and waits for result using NearClient.sendTransactionAwait(String)
createNamedAccount(NearClient, String, String, PublicKey, BigInteger, String, PublicKey, PrivateKey) - Static method in class com.syntifi.near.api.rpc.service.AccountService
Sends a TransferAction transaction calling a contract to create_account and waits for result using NearClient.sendTransactionAwait(String)
createNamedAccountAsync(Network, String, PublicKey, BigInteger, String, PublicKey, PrivateKey) - Static method in class com.syntifi.near.api.rpc.service.AccountService
Sends a TransferAction transaction async using NearClient.sendTransactionAsync(String) with the needed actions to generate a named account and waits for result using NearClient.sendTransactionAwait(String)
createNamedAccountAsync(NearClient, String, String, PublicKey, BigInteger, String, PublicKey, PrivateKey) - Static method in class com.syntifi.near.api.rpc.service.AccountService
Sends a TransferAction transaction async using NearClient.sendTransactionAsync(String) with the needed actions to generate a named account and waits for result using NearClient.sendTransactionAwait(String)
createSubAccount(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Static method in class com.syntifi.near.api.rpc.service.AccountService
Sends a TransferAction transaction with the needed actions to generate a sub account and waits for result using NearClient.sendTransactionAwait(String)
createSubAccountAsync(NearClient, String, BigInteger, String, PublicKey, PrivateKey) - Static method in class com.syntifi.near.api.rpc.service.AccountService
Sends a TransferAction transaction async using NearClient.sendTransactionAsync(String) with the needed actions to generate a sub account and waits for result using NearClient.sendTransactionAwait(String)
CurrentProposal - Class in com.syntifi.near.api.rpc.model.network
CurrentProposal
CurrentProposal() - Constructor for class com.syntifi.near.api.rpc.model.network.CurrentProposal
 

D

data - Variable in class com.syntifi.near.api.common.model.key.KeySig
 
DataReceiptCreationConfig - Class in com.syntifi.near.api.rpc.model.protocol
DataReceiptCreationConfig
DataReceiptCreationConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.DataReceiptCreationConfig
 
DELETE_ACCOUNT - com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
 
DELETE_ACCOUNT - Static variable in interface com.syntifi.near.api.rpc.model.transaction.Action
 
DELETE_KEY - com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
 
DELETE_KEY - Static variable in interface com.syntifi.near.api.rpc.model.transaction.Action
 
DeleteAccountAction - Class in com.syntifi.near.api.rpc.model.transaction
DeleteAccountAction
DeleteAccountAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.DeleteAccountAction
 
DeleteAccountStaking - Class in com.syntifi.near.api.rpc.model.transaction.error.action
Account is staking and can not be deleted
DeleteAccountStaking() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.DeleteAccountStaking
 
DeleteActionMustBeFinal - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
DeleteActionMustBeFinal() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.DeleteActionMustBeFinal
 
DeleteKeyAction - Class in com.syntifi.near.api.rpc.model.transaction
DeleteKeyAction
DeleteKeyAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.DeleteKeyAction
 
DeleteKeyDoesNotExist - Class in com.syntifi.near.api.rpc.model.transaction.error.action
Account tries to remove an access key that doesn't exist
DeleteKeyDoesNotExist() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.DeleteKeyDoesNotExist
 
DEPLOY_CONTRACT - com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
 
DEPLOY_CONTRACT - Static variable in interface com.syntifi.near.api.rpc.model.transaction.Action
 
DeployContractAction - Class in com.syntifi.near.api.rpc.model.transaction
DeployContractAction
DeployContractAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.DeployContractAction
 
DEPOSIT - com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameterType
 
DepositWithFunctionCall - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
DepositWithFunctionCall() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.DepositWithFunctionCall
 
deriveFromSeed(byte[]) - Static method in class com.syntifi.near.api.rpc.service.KeyService
Returns a private key derived from a hierarchical deterministic key
derivePublicKey(PrivateKey) - Static method in class com.syntifi.near.api.rpc.service.KeyService
Returns a public key generated form the private key
deriveRandomKey() - Static method in class com.syntifi.near.api.rpc.service.KeyService
Returns a private key generated using secure random
deserialize(JsonParser, DeserializationContext) - Method in class com.syntifi.near.api.indexer.json.deserializer.NearValueDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.syntifi.near.api.indexer.json.deserializer.RecentActivityItemDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.syntifi.near.api.rpc.json.deserializer.SubTypesDeserializer
 
deserializeTypedFromObject(JsonParser, DeserializationContext) - Method in class com.syntifi.near.api.rpc.json.deserializer.AbstractAnyOfDeserializer
 

E

ED25519 - com.syntifi.near.api.common.model.key.KeyType
 
EMPTY - com.syntifi.near.api.rpc.service.contract.nft.model.NFTTokenMediaURL.Type
 
EncodedHash - Class in com.syntifi.near.api.common.model.common
EncodedHash
EncodedHash() - Constructor for class com.syntifi.near.api.common.model.common.EncodedHash
 
Expired - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
Transaction has expired
Expired() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.Expired
 
ExtCosts - Class in com.syntifi.near.api.rpc.model.protocol
ExtCosts
ExtCosts() - Constructor for class com.syntifi.near.api.rpc.model.protocol.ExtCosts
 

F

failure - Variable in class com.syntifi.near.api.rpc.model.transaction.Status
 
FailureStatus - Class in com.syntifi.near.api.rpc.model.transaction
 
FailureStatus() - Constructor for class com.syntifi.near.api.rpc.model.transaction.FailureStatus
 
FINAL - com.syntifi.near.api.rpc.model.identifier.Finality
 
Finality - Enum in com.syntifi.near.api.rpc.model.identifier
The finality param has two options: optimistic and final.
Fisherman - Class in com.syntifi.near.api.rpc.model.network
Fisherman
Fisherman() - Constructor for class com.syntifi.near.api.rpc.model.network.Fisherman
 
formatNearAmount(String, Integer) - Static method in class com.syntifi.near.api.common.helper.Formats
Convert account balance value from internal indivisible units to NEAR.
Formats - Class in com.syntifi.near.api.common.helper
Helper methods for formatting
Formats() - Constructor for class com.syntifi.near.api.common.helper.Formats
 
formatWithCommas(String) - Static method in class com.syntifi.near.api.common.helper.Formats
Returns a human-readable value with commas
forProperty(BeanProperty) - Method in class com.syntifi.near.api.rpc.json.deserializer.PermissionDeserializer
 
fromDecodedString(String) - Static method in class com.syntifi.near.api.common.model.common.Base64String
Creates an instance of Base64String from a decoded string value
fromEncodedBase58String(String, Class<T>) - Static method in class com.syntifi.near.api.common.model.key.KeySig
Reads from key or signature from base-58 string
fromEncodedString(String) - Static method in class com.syntifi.near.api.common.model.common.Base64String
Creates an instance of Base64String from an encoded string value
FTService - Interface in com.syntifi.near.api.rpc.service.contract.ft
Contract function call object for FTs (Tokens)
FTTokenMetadata - Class in com.syntifi.near.api.rpc.service.contract.ft.model
Model for holding FT token metadata
FTTokenMetadata() - Constructor for class com.syntifi.near.api.rpc.service.contract.ft.model.FTTokenMetadata
 
FULL_ACCESS - com.syntifi.near.api.indexer.model.RecentActivityPermission.PermissionKind
 
FULL_ACCESS - com.syntifi.near.api.rpc.model.accesskey.permission.FullAccessPermission
 
FULL_ACCESS - com.syntifi.near.api.rpc.model.accesskey.permission.PermissionTypeData
 
FULL_ACCESS_PERMISSION - Static variable in interface com.syntifi.near.api.rpc.model.accesskey.permission.Permission
 
FullAccessPermission - Enum in com.syntifi.near.api.rpc.model.accesskey.permission
FullAccessPermission
FUNCTION_CALL - com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
 
FUNCTION_CALL - com.syntifi.near.api.indexer.model.RecentActivityPermission.PermissionKind
 
FUNCTION_CALL - com.syntifi.near.api.rpc.model.accesskey.permission.PermissionTypeData
 
FUNCTION_CALL - com.syntifi.near.api.rpc.model.transaction.CostType
 
FUNCTION_CALL - Static variable in interface com.syntifi.near.api.rpc.model.transaction.Action
 
FUNCTION_CALL_PERMISSION - Static variable in interface com.syntifi.near.api.rpc.model.accesskey.permission.Permission
 
FunctionCall - Class in com.syntifi.near.api.rpc.service.contract.common
Base contract function call object
FunctionCall() - Constructor for class com.syntifi.near.api.rpc.service.contract.common.FunctionCall
 
FunctionCallAction - Class in com.syntifi.near.api.rpc.model.transaction
FunctionCallAction
FunctionCallAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.FunctionCallAction
 
FunctionCallArgumentsLengthExceeded - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
FunctionCallArgumentsLengthExceeded() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.FunctionCallArgumentsLengthExceeded
 
FunctionCallError - Class in com.syntifi.near.api.rpc.model.transaction.error.action
Error during function call
FunctionCallError() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.FunctionCallError
 
FunctionCallMethodNameLengthExceeded - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
FunctionCallMethodNameLengthExceeded() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.FunctionCallMethodNameLengthExceeded
 
FunctionCallPermission - Class in com.syntifi.near.api.rpc.model.accesskey.permission
FunctionCallPermission
FunctionCallPermission() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.permission.FunctionCallPermission
 
FunctionCallPermissionData - Class in com.syntifi.near.api.rpc.model.accesskey.permission
FunctionCallPermissionData
FunctionCallPermissionData() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.permission.FunctionCallPermissionData
 
FunctionCallResult<R> - Class in com.syntifi.near.api.rpc.service.contract.common
A basic typed function call result
FunctionCallResult(ContractFunctionCallResult, Class<R>) - Constructor for class com.syntifi.near.api.rpc.service.contract.common.FunctionCallResult
Creates an instance of FunctionCallResult with the type for deserializing the result data and the full contract response object
FunctionCallZeroAttachedGas - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
FunctionCallZeroAttachedGas() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.FunctionCallZeroAttachedGas
 

G

GasPrice - Class in com.syntifi.near.api.rpc.model.gas
GasPrice
GasPrice() - Constructor for class com.syntifi.near.api.rpc.model.gas.GasPrice
 
GasProfile - Class in com.syntifi.near.api.rpc.model.transaction
GasProfile
GasProfile() - Constructor for class com.syntifi.near.api.rpc.model.transaction.GasProfile
 
GenesisConfig - Class in com.syntifi.near.api.rpc.model.protocol
GenesisConfig
GenesisConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.GenesisConfig
 
getAccountLikelyFTs(String) - Method in interface com.syntifi.near.api.indexer.NearIndexerClient
Fetches all likely FTs (Tokens) given an accountId
getAccountLikelyNFTs(String) - Method in interface com.syntifi.near.api.indexer.NearIndexerClient
Fetches all likely NFTs given an accountId
getAnnotation(Method) - Static method in class com.syntifi.near.api.rpc.service.contract.common.ContractClient
 
getAnnotation(Parameter) - Static method in class com.syntifi.near.api.rpc.service.contract.common.ContractClient
 
getBalanceOf(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
NEP-141 method to get the balance of the given token for the given account
getBlock(long) - Method in interface com.syntifi.near.api.rpc.NearClient
Queries network and returns block for given height or hash.
getBlock(Finality) - Method in interface com.syntifi.near.api.rpc.NearClient
Queries network and returns block for given height or hash.
getBlock(String) - Method in interface com.syntifi.near.api.rpc.NearClient
Queries network and returns block for given height or hash.
getBlockChanges(long) - Method in interface com.syntifi.near.api.rpc.NearClient
 
getBlockChanges(Finality) - Method in interface com.syntifi.near.api.rpc.NearClient
 
getBlockChanges(String) - Method in interface com.syntifi.near.api.rpc.NearClient
 
getChunkDetails(long, long) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns details of a specific chunk.
getChunkDetails(String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns details of a specific chunk.
getChunkDetails(String, long) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns details of a specific chunk.
getClassByName(String) - Method in class com.syntifi.near.api.rpc.json.deserializer.AbstractAnyOfDeserializer
Method that returns the instance of the found type
getClassByName(String) - Method in class com.syntifi.near.api.rpc.json.deserializer.PermissionDeserializer
 
getClassByName(String) - Static method in enum com.syntifi.near.api.rpc.model.accesskey.permission.PermissionTypeData
Retrieve Transform implementation class from Transform name
getDecodedHash() - Method in class com.syntifi.near.api.common.model.common.EncodedHash
 
getGasPrice(long) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns gas price for a specific block_height or block_hash.
getGasPrice(String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns gas price for a specific block_height or block_hash.
getGenesisConfig() - Method in interface com.syntifi.near.api.rpc.NearClient
Returns current genesis configuration.
getJsonPrivateKey() - Method in class com.syntifi.near.api.common.model.key.PrivateKey
 
getJsonPublicKey() - Method in class com.syntifi.near.api.common.model.key.PublicKey
 
getJsonSignature() - Method in class com.syntifi.near.api.common.model.key.Signature
 
getMediaOrReferenceURL(NFTContract) - Method in class com.syntifi.near.api.rpc.service.contract.nft.model.NFTToken
Get the token media or media reference url given a contract You can parse correctly to an image or reference json by checking the response content-type 1 - First no media and no reference - no url nor object - returns null 2 - has media (ignore reference in this case) - returns String with url 3 - has reference (only considered if media is null) - returns String with url for off-chain data JSON
getMetadata(NearClient, String) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
NEP-148 containing the metadata for the token
getMetadata(NearClient, String) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Gets NFT metadata
getMethodName(Method) - Static method in class com.syntifi.near.api.rpc.service.contract.common.ContractClient
 
getMethodType(Method) - Static method in class com.syntifi.near.api.rpc.service.contract.common.ContractClient
 
getNearAccounts(String) - Method in interface com.syntifi.near.api.indexer.NearIndexerClient
Fetches a list of accounts for a given public key
getNearRecentActivity(String) - Method in interface com.syntifi.near.api.indexer.NearIndexerClient
Fetches a list of recent activities for one account
getNearValue() - Method in interface com.syntifi.near.api.indexer.NearIndexerClient
Fetches the value of near in fiat currency
getNetworkInfo() - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the current state of node network connections (active peers, transmitted data, etc.)
getNetworkValidationStatus(long) - Method in interface com.syntifi.near.api.rpc.NearClient
Queries active validators on the network returning details and the state of validation on the blockchain.
getNetworkValidationStatus(String) - Method in interface com.syntifi.near.api.rpc.NearClient
Queries active validators on the network returning details and the state of validation on the blockchain.
getNodeStatus() - Method in interface com.syntifi.near.api.rpc.NearClient
Returns general status of a given node (sync status, near core node version, protocol version, etc.), and the current set of validators.
getParameterName(Annotation) - Static method in class com.syntifi.near.api.rpc.service.contract.common.ContractClient
 
getParameterType(Annotation) - Static method in class com.syntifi.near.api.rpc.service.contract.common.ContractClient
 
getPrettyJson(Object) - Static method in class com.syntifi.near.api.common.json.JsonHelper
Prettifies json for assertion consistency
getPrettyJson(String) - Static method in class com.syntifi.near.api.common.json.JsonHelper
Prettifies json for assertion consistency
getPrivateKey() - Method in class com.syntifi.near.api.common.model.key.PrivateKey
 
getPrivateKeyFromJson(String) - Static method in class com.syntifi.near.api.common.model.key.PrivateKey
 
getProtocolConfig(long) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns most recent protocol configuration or a specific queried block.
getProtocolConfig(Finality) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns most recent protocol configuration or a specific queried block.
getProtocolConfig(String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns most recent protocol configuration or a specific queried block.
getPublicKey() - Method in class com.syntifi.near.api.common.model.key.PublicKey
 
getPublicKeyFromJson(String) - Static method in class com.syntifi.near.api.common.model.key.PublicKey
 
getSignatureFromJson(String) - Static method in class com.syntifi.near.api.common.model.key.Signature
 
getStakingDeposits(String) - Method in interface com.syntifi.near.api.indexer.NearIndexerClient
Fetches staking deposits for an account
getStakingPools() - Method in interface com.syntifi.near.api.indexer.NearIndexerClient
Fetches staking pool ids
getSupplyForOwner(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Gets the supply of an NFT for an owner
getTokenMetadata(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Gets NFT metadata
getTokens(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Get tokens for given parameters
getTokens(NearClient, String, String, Integer) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Get tokens for given parameters
getTokensForOwner(NearClient, String, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Gets tokens for the given owner
getTokensForOwner(NearClient, String, String, String, Integer) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Gets tokens for the given owner
getTotalSupply(NearClient, String) - Method in interface com.syntifi.near.api.rpc.service.contract.ft.FTService
NEP-141 method to get the total supply of the given token
getTotalSupply(NearClient, String) - Method in interface com.syntifi.near.api.rpc.service.contract.nft.NFTService
Get total supply of NFT for given contract
getTransactionReceipt(String) - Method in interface com.syntifi.near.api.rpc.NearClient
Fetches a receipt by its ID (as is, without a status or execution outcome)
getTransactionStatus(String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Queries status of a transaction by hash and returns the final transaction result.
getTransactionStatusWithReceipts(String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Queries status of a transaction by hash, returning the final transaction result and details of all receipts.
getTypeNode(JsonNode) - Method in class com.syntifi.near.api.rpc.json.deserializer.AbstractAnyOfDeserializer
Returns the node which contains the type key.

I

INSTANCE - Static variable in class com.syntifi.near.api.common.service.NearObjectMapper
 
INSTANCE - Static variable in class com.syntifi.near.api.rpc.NearRpcObjectMapper
 
InsufficientStake - Class in com.syntifi.near.api.rpc.model.transaction.error.action
The account doesn't have enough balance to increase the stake.
InsufficientStake() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.InsufficientStake
 
IntegerOverflow - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
IntegerOverflow() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.IntegerOverflow
 
InvalidAccessKeyError - Interface in com.syntifi.near.api.rpc.model.transaction.error.tx
Happens if a wrong AccessKey used or AccessKey has not enough permissions
InvalidAccessKeyErrorDeserializer - Class in com.syntifi.near.api.rpc.json.deserializer
Serializer to handle the polymorphic terms of type InvalidAccessKeyError
InvalidAccessKeyErrorDeserializer() - Constructor for class com.syntifi.near.api.rpc.json.deserializer.InvalidAccessKeyErrorDeserializer
 
InvalidAccountId - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
InvalidAccountId() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.InvalidAccountId
 
InvalidChain - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
Transaction parent block hash doesn't belong to the current chain
InvalidChain() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.InvalidChain
 
InvalidNonce - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
Transaction nonce must be `account[access_key].nonce + 1`.
InvalidNonce() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.InvalidNonce
 
InvalidReceiverId - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
TX receiver_id is not a valid AccountId
InvalidReceiverId() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.InvalidReceiverId
 
InvalidSignature - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
TX signature is not valid
InvalidSignature() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.InvalidSignature
 
InvalidSignerId - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
TX signer_id is not a valid [`AccountId`]
InvalidSignerId() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.InvalidSignerId
 
InvalidTxError - Interface in com.syntifi.near.api.rpc.model.transaction.error.tx
Returned when an error occurred during TX execution
invoke(NearClient, String, String, ContractMethodType, Base64String, Class<T>) - Method in interface com.syntifi.near.api.rpc.service.contract.common.ContractMethodProxy
Proxy invoke the contracts view methods by sending the Base64String
invoke(NearClient, String, String, ContractMethodType, Base64String, Class<T>) - Method in class com.syntifi.near.api.rpc.service.contract.common.ContractMethodProxyClient
 
invoke(NearClient, String, String, ContractMethodType, String, PublicKey, PrivateKey, ObjectNode, BigInteger) - Method in interface com.syntifi.near.api.rpc.service.contract.common.ContractMethodProxy
Proxy invoke the contracts call methods via signed transactions
invoke(NearClient, String, String, ContractMethodType, String, PublicKey, PrivateKey, ObjectNode, BigInteger) - Method in class com.syntifi.near.api.rpc.service.contract.common.ContractMethodProxyClient
 
invokeAsync(NearClient, String, String, ContractMethodType, String, PublicKey, PrivateKey, ObjectNode, BigInteger) - Method in interface com.syntifi.near.api.rpc.service.contract.common.ContractMethodProxy
Proxy invoke the contracts call methods via signed transactions async
invokeAsync(NearClient, String, String, ContractMethodType, String, PublicKey, PrivateKey, ObjectNode, BigInteger) - Method in class com.syntifi.near.api.rpc.service.contract.common.ContractMethodProxyClient
 
isAccountUnstakedBalanceAvailable(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Contract function view call to check if the account unstaked balance is available
isURL(String) - Static method in class com.syntifi.near.api.common.helper.Strings
 

J

JsonHelper - Class in com.syntifi.near.api.common.json
Basic support functionality for test case classes
JsonHelper() - Constructor for class com.syntifi.near.api.common.json.JsonHelper
 

K

Key - Class in com.syntifi.near.api.rpc.model.accesskey
Key
Key() - Constructor for class com.syntifi.near.api.rpc.model.accesskey.Key
 
KeyService - Class in com.syntifi.near.api.rpc.service
Key service provides methods to easily work with private and public keys
KeyService() - Constructor for class com.syntifi.near.api.rpc.service.KeyService
 
KeySig - Class in com.syntifi.near.api.common.model.key
KeySig holds information about a key or signature.
KeySig(KeyType, byte[]) - Constructor for class com.syntifi.near.api.common.model.key.KeySig
 
KeyType - Enum in com.syntifi.near.api.common.model.key
The KeyType enum

L

LackBalanceForState - Class in com.syntifi.near.api.rpc.model.transaction.error.action
ActionReceipt can't be completed, because the remaining balance will not be enough to cover storage.
LackBalanceForState() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.LackBalanceForState
 
LackBalanceForStateTxError - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
Signer account doesn't have enough balance after transaction.
LackBalanceForStateTxError() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.LackBalanceForStateTxError
 
LEFT - com.syntifi.near.api.rpc.model.transaction.Proof.Direction
 
LimitConfig - Class in com.syntifi.near.api.rpc.model.protocol
LimitConfig
LimitConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.LimitConfig
 
loadJsonFromFile(File) - Static method in class com.syntifi.near.api.common.json.JsonHelper
Loads test json from resources
loadJsonFromResourceFile(String) - Static method in class com.syntifi.near.api.common.json.JsonHelper
Loads test json from resources
loadWalletFromFile(File) - Static method in class com.syntifi.near.api.common.service.WalletService
Loads a wallet from filesystem
LOG_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
LOG_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 

M

MAIN_NET - com.syntifi.near.api.common.helper.Network
 
MEDIA - com.syntifi.near.api.rpc.service.contract.nft.model.NFTTokenMediaURL.Type
 
Metadata - Class in com.syntifi.near.api.rpc.model.transaction
Metadata
Metadata() - Constructor for class com.syntifi.near.api.rpc.model.transaction.Metadata
 
methodName - Variable in class com.syntifi.near.api.rpc.service.contract.common.FunctionCall
 
MethodNameMismatch - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
MethodNameMismatch() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.MethodNameMismatch
 

N

name() - Method in annotation type com.syntifi.near.api.rpc.service.contract.common.annotation.ContractMethod
 
NEAR_NOMINATION - Static variable in class com.syntifi.near.api.common.helper.Formats
Number of indivisible units in one NEAR.
NEAR_NOMINATION_EXP - Static variable in class com.syntifi.near.api.common.helper.Formats
Exponent for calculating how many indivisible units are there in one NEAR.
NearClient - Interface in com.syntifi.near.api.rpc
RPC client for the Near network
NearErrorData - Class in com.syntifi.near.api.common.exception
Json RPC service error data
NearErrorData() - Constructor for class com.syntifi.near.api.common.exception.NearErrorData
 
NearException - Exception in com.syntifi.near.api.common.exception
Thrown on Near RPC service error
NearException(NearErrorData) - Constructor for exception com.syntifi.near.api.common.exception.NearException
 
NearException(String) - Constructor for exception com.syntifi.near.api.common.exception.NearException
 
NearException(String, Throwable) - Constructor for exception com.syntifi.near.api.common.exception.NearException
 
NearExceptionResolver - Class in com.syntifi.near.api.rpc.jsonrpc4j.exception
Custom exception handler for jsonrpc4j client
NearExceptionResolver() - Constructor for class com.syntifi.near.api.rpc.jsonrpc4j.exception.NearExceptionResolver
 
NearIndexerClient - Interface in com.syntifi.near.api.indexer
Near indexer client uses http API to retrieve useful information on chain data
NearIndexerException - Exception in com.syntifi.near.api.indexer.exception
Thrown on Near Indexer error
NearIndexerException(String) - Constructor for exception com.syntifi.near.api.indexer.exception.NearIndexerException
 
NearObjectMapper - Class in com.syntifi.near.api.common.service
Custom Jackson ObjectMapper for any customizations
NearObjectMapper() - Constructor for class com.syntifi.near.api.common.service.NearObjectMapper
 
NearRpcObjectMapper - Class in com.syntifi.near.api.rpc
Custom Jackson ObjectMapper for any customizations
NearValue - Class in com.syntifi.near.api.indexer.model
NearValue
NearValue() - Constructor for class com.syntifi.near.api.indexer.model.NearValue
 
NearValueDeserializer - Class in com.syntifi.near.api.indexer.json.deserializer
Custom serializer for near fiat value
NearValueDeserializer() - Constructor for class com.syntifi.near.api.indexer.json.deserializer.NearValueDeserializer
 
Network - Enum in com.syntifi.near.api.common.helper
Lists of most relevant networks and their root domain
NetworkInfo - Class in com.syntifi.near.api.rpc.model.network
NetworkInfo
NetworkInfo() - Constructor for class com.syntifi.near.api.rpc.model.network.NetworkInfo
 
NEW_RECEIPT - com.syntifi.near.api.rpc.model.transaction.CostType
 
NFTContract - Class in com.syntifi.near.api.rpc.service.contract.nft.model
Model for NFT Contract data
NFTContract(String) - Constructor for class com.syntifi.near.api.rpc.service.contract.nft.model.NFTContract
 
NFTContractMetadata - Class in com.syntifi.near.api.rpc.service.contract.nft.model
NFT Metadata holder for contract calls
NFTContractMetadata() - Constructor for class com.syntifi.near.api.rpc.service.contract.nft.model.NFTContractMetadata
 
NFTService - Interface in com.syntifi.near.api.rpc.service.contract.nft
Contract function call object for NFTs
NFTToken - Class in com.syntifi.near.api.rpc.service.contract.nft.model
NFT Token data
NFTToken() - Constructor for class com.syntifi.near.api.rpc.service.contract.nft.model.NFTToken
 
NFTTokenList - Class in com.syntifi.near.api.rpc.service.contract.nft.model
ArrayList for easier loading/mapping of NFT tokens
NFTTokenList() - Constructor for class com.syntifi.near.api.rpc.service.contract.nft.model.NFTTokenList
 
NFTTokenMediaURL - Class in com.syntifi.near.api.rpc.service.contract.nft.model
Holder class for the token media URL
NFTTokenMediaURL() - Constructor for class com.syntifi.near.api.rpc.service.contract.nft.model.NFTTokenMediaURL
 
NFTTokenMediaURL.Type - Enum in com.syntifi.near.api.rpc.service.contract.nft.model
 
NFTTokenMetadata - Class in com.syntifi.near.api.rpc.service.contract.nft.model
Model for holding NFT token metadata
NFTTokenMetadata() - Constructor for class com.syntifi.near.api.rpc.service.contract.nft.model.NFTTokenMetadata
 
NodeStatus - Class in com.syntifi.near.api.rpc.model.network
NodeStatus
NodeStatus() - Constructor for class com.syntifi.near.api.rpc.model.network.NodeStatus
 
NonceTooLarge - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
Transaction nonce is larger than the upper bound given by the block height
NonceTooLarge() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.NonceTooLarge
 
NoSuchTypeException - Exception in com.syntifi.near.api.common.exception
Thrown in case of a type which does not exist being requested
NoSuchTypeException(String) - Constructor for exception com.syntifi.near.api.common.exception.NoSuchTypeException
 
NoSuchTypeException(String, Throwable) - Constructor for exception com.syntifi.near.api.common.exception.NoSuchTypeException
 
NotEnough() - Constructor for class com.syntifi.near.api.rpc.model.network.PrevEpochKickout.Reason.NotEnough
 
NotEnoughAllowance - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
NotEnoughAllowance() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.NotEnoughAllowance
 
NotEnoughBalance - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
Account does not have enough balance to cover TX cost
NotEnoughBalance() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.NotEnoughBalance
 
NotEnoughBlocksReason - Class in com.syntifi.near.api.rpc.model.network
NotEnoughBlocksReason
NotEnoughBlocksReason() - Constructor for class com.syntifi.near.api.rpc.model.network.NotEnoughBlocksReason
 
NotEnoughChunksReason - Class in com.syntifi.near.api.rpc.model.network
NotEnoughChunksReason
NotEnoughChunksReason() - Constructor for class com.syntifi.near.api.rpc.model.network.NotEnoughChunksReason
 

O

OBJECT_MAPPER - Static variable in class com.syntifi.near.api.common.json.JsonHelper
 
OPTIMISTIC - com.syntifi.near.api.rpc.model.identifier.Finality
 
Outcome - Class in com.syntifi.near.api.rpc.model.transaction
Outcome
Outcome() - Constructor for class com.syntifi.near.api.rpc.model.transaction.Outcome
 

P

padEnd(String, int, char) - Static method in class com.syntifi.near.api.common.helper.Formats
Pads an input string from its end with a char until it reaches a max length
padStart(String, int, char) - Static method in class com.syntifi.near.api.common.helper.Formats
Pads an input string from its start with a char until it reaches a max length
parseNearAmount(String) - Static method in class com.syntifi.near.api.common.helper.Formats
Convert human-readable NEAR amount to internal indivisible units.
Peer - Class in com.syntifi.near.api.rpc.model.network
Peer
Peer() - Constructor for class com.syntifi.near.api.rpc.model.network.Peer
 
Permission - Interface in com.syntifi.near.api.rpc.model.accesskey.permission
Permission
PermissionDeserializer - Class in com.syntifi.near.api.rpc.json.deserializer
Specific implementation of AbstractAnyOfDeserializer for Permission type objects
PermissionDeserializer(JavaType, TypeIdResolver, String, boolean, JavaType) - Constructor for class com.syntifi.near.api.rpc.json.deserializer.PermissionDeserializer
 
PermissionDeserializer(AsPropertyTypeDeserializer, BeanProperty) - Constructor for class com.syntifi.near.api.rpc.json.deserializer.PermissionDeserializer
 
PermissionResolver - Class in com.syntifi.near.api.rpc.json.resolver
Permission type deserializer resolver
PermissionResolver() - Constructor for class com.syntifi.near.api.rpc.json.resolver.PermissionResolver
 
PermissionTypeData - Enum in com.syntifi.near.api.rpc.model.accesskey.permission
PermissionTypeData
prepareTransactionForActionList(NearClient, String, String, PublicKey, PrivateKey, List<Action>) - Static method in class com.syntifi.near.api.rpc.service.TransactionService
Prepares the transaction to send and automatically queries for the next nonce
prepareTransactionForActionList(NearClient, String, String, PublicKey, PrivateKey, List<Action>, Long) - Static method in class com.syntifi.near.api.rpc.service.TransactionService
Prepares the transaction to send with a given nonce
PrevEpochKickout - Class in com.syntifi.near.api.rpc.model.network
PrevEpochKickout
PrevEpochKickout() - Constructor for class com.syntifi.near.api.rpc.model.network.PrevEpochKickout
 
PrevEpochKickout.Reason - Class in com.syntifi.near.api.rpc.model.network
 
PrevEpochKickout.Reason.NotEnough - Class in com.syntifi.near.api.rpc.model.network
 
PRIVATE_KEY - com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameterType
 
PrivateKey - Class in com.syntifi.near.api.common.model.key
Holds a Near PrivateKey
PrivateKey() - Constructor for class com.syntifi.near.api.common.model.key.PrivateKey
 
PrivateKey(KeyType, byte[]) - Constructor for class com.syntifi.near.api.common.model.key.PrivateKey
 
Producer - Class in com.syntifi.near.api.rpc.model.network
Producer
Producer() - Constructor for class com.syntifi.near.api.rpc.model.network.Producer
 
PROMISE_RETURN - com.syntifi.near.api.rpc.model.transaction.CostType
 
Proof - Class in com.syntifi.near.api.rpc.model.transaction
Proof
Proof() - Constructor for class com.syntifi.near.api.rpc.model.transaction.Proof
 
Proof.Direction - Enum in com.syntifi.near.api.rpc.model.transaction
 
ProtocolConfig - Class in com.syntifi.near.api.rpc.model.protocol
ProtocolConfig
ProtocolConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.ProtocolConfig
 
PUBLIC_KEY - com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameterType
 
PublicKey - Class in com.syntifi.near.api.common.model.key
Holds a Near PublicKey
PublicKey() - Constructor for class com.syntifi.near.api.common.model.key.PublicKey
 
PublicKey(KeyType, byte[]) - Constructor for class com.syntifi.near.api.common.model.key.PublicKey
Instantiate a Public Key

R

READ_CACHED_TRIE_NODE - com.syntifi.near.api.rpc.model.transaction.CostType
 
READ_MEMORY_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
READ_MEMORY_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
READ_REGISTER_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
READ_REGISTER_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
Reason - Interface in com.syntifi.near.api.rpc.model.network
Reason Interface
Reason() - Constructor for class com.syntifi.near.api.rpc.model.network.PrevEpochKickout.Reason
 
Receipt - Class in com.syntifi.near.api.rpc.model.transaction
Receipt
Receipt() - Constructor for class com.syntifi.near.api.rpc.model.transaction.Receipt
 
ReceiptAction - Class in com.syntifi.near.api.rpc.model.transaction
ReceiptAction
ReceiptAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.ReceiptAction
 
ReceiptData - Class in com.syntifi.near.api.rpc.model.transaction
ReceiptData
ReceiptData() - Constructor for class com.syntifi.near.api.rpc.model.transaction.ReceiptData
 
ReceiptOutcome - Class in com.syntifi.near.api.rpc.model.transaction
ReceiptOutcome
ReceiptOutcome() - Constructor for class com.syntifi.near.api.rpc.model.transaction.ReceiptOutcome
 
ReceiverMismatch - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
ReceiverMismatch() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.ReceiverMismatch
 
RecentActivity - Class in com.syntifi.near.api.indexer.model
RecentActivity ArrayList
RecentActivity() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivity
 
RecentActivityAccessKey - Class in com.syntifi.near.api.indexer.model
RecentActivityPermission
RecentActivityAccessKey() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityAccessKey
 
RecentActivityArg - Interface in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgAddKey - Class in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgAddKey() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityArgAddKey
 
RecentActivityArgCreateAccount - Class in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgCreateAccount() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityArgCreateAccount
 
RecentActivityArgDeleteAccount - Class in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgDeleteAccount() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityArgDeleteAccount
 
RecentActivityArgDeleteKey - Class in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgDeleteKey() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityArgDeleteKey
 
RecentActivityArgDeployContract - Class in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgDeployContract() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityArgDeployContract
 
RecentActivityArgFunctionCall - Class in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgFunctionCall() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityArgFunctionCall
 
RecentActivityArgStake - Class in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgStake() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityArgStake
 
RecentActivityArgTransfer - Class in com.syntifi.near.api.indexer.model
RecentActivityArg
RecentActivityArgTransfer() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityArgTransfer
 
RecentActivityItem - Class in com.syntifi.near.api.indexer.model
RecentActivityItem
RecentActivityItem() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityItem
 
RecentActivityItem.RecentActivityActionKind - Enum in com.syntifi.near.api.indexer.model
 
RecentActivityItemDeserializer - Class in com.syntifi.near.api.indexer.json.deserializer
Custom serializer for a recent activity item
RecentActivityItemDeserializer() - Constructor for class com.syntifi.near.api.indexer.json.deserializer.RecentActivityItemDeserializer
 
RecentActivityPermission - Class in com.syntifi.near.api.indexer.model
RecentActivityPermission
RecentActivityPermission() - Constructor for class com.syntifi.near.api.indexer.model.RecentActivityPermission
 
RecentActivityPermission.PermissionKind - Enum in com.syntifi.near.api.indexer.model
 
REFERENCE - com.syntifi.near.api.rpc.service.contract.nft.model.NFTTokenMediaURL.Type
 
RequiresFullAccess - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
RequiresFullAccess() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.RequiresFullAccess
 
resolveException(ObjectNode) - Method in class com.syntifi.near.api.rpc.jsonrpc4j.exception.NearExceptionResolver
 
RewardFee - Class in com.syntifi.near.api.rpc.service.contract.staking.model
 
RewardFee() - Constructor for class com.syntifi.near.api.rpc.service.contract.staking.model.RewardFee
 
RIGHT - com.syntifi.near.api.rpc.model.transaction.Proof.Direction
 
RuntimeConfig - Class in com.syntifi.near.api.rpc.model.protocol
RuntimeConfig
RuntimeConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.RuntimeConfig
 

S

sendTransactionAsync(NearClient, String, String, PublicKey, PrivateKey, List<Action>) - Static method in class com.syntifi.near.api.rpc.service.TransferService
Sends a list of Action transaction waiting for result using NearClient.sendTransactionAsync(String)
sendTransactionAsync(String) - Method in interface com.syntifi.near.api.rpc.NearClient
Sends a transaction and immediately returns transaction hash.
sendTransactionAwait(NearClient, String, String, PublicKey, PrivateKey, List<Action>) - Static method in class com.syntifi.near.api.rpc.service.TransferService
Sends a list of Action transaction waiting for result using NearClient.sendTransactionAwait(String)
sendTransactionAwait(String) - Method in interface com.syntifi.near.api.rpc.NearClient
Sends a transaction and waits until transaction is fully complete.
sendTransferActionAsync(NearClient, String, String, PublicKey, PrivateKey, BigInteger) - Static method in class com.syntifi.near.api.rpc.service.TransferService
sendTransferActionAwait(NearClient, String, String, PublicKey, PrivateKey, BigInteger) - Static method in class com.syntifi.near.api.rpc.service.TransferService
Sends a TransferAction transaction waiting for result using NearClient.sendTransactionAwait(String)
serialize(byte[], JsonGenerator, SerializerProvider) - Method in class com.syntifi.near.api.rpc.json.serializer.ByteArraySerializer
 
setEncodedHash(byte[]) - Method in class com.syntifi.near.api.common.model.common.EncodedHash
 
ShardLayout - Class in com.syntifi.near.api.rpc.model.protocol
ShardLayout
ShardLayout() - Constructor for class com.syntifi.near.api.rpc.model.protocol.ShardLayout
 
ShardLayout.V0 - Class in com.syntifi.near.api.rpc.model.protocol
 
Signature - Class in com.syntifi.near.api.common.model.key
Holds a Near Signature
Signature() - Constructor for class com.syntifi.near.api.common.model.key.Signature
 
Signature(KeyType, byte[]) - Constructor for class com.syntifi.near.api.common.model.key.Signature
 
SignedTransaction - Class in com.syntifi.near.api.rpc.model.transaction
SignedTransaction
SignedTransaction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.SignedTransaction
 
SignerDoesNotExist - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
TX signer_id is not found in a storage
SignerDoesNotExist() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.SignerDoesNotExist
 
SimpleNightShadeShardLayout - Class in com.syntifi.near.api.rpc.model.protocol
SimpleNightShadeShardLayout
SimpleNightShadeShardLayout() - Constructor for class com.syntifi.near.api.rpc.model.protocol.SimpleNightShadeShardLayout
 
SimpleNightShadeShardLayout.V1 - Class in com.syntifi.near.api.rpc.model.protocol
 
STAKE - com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
 
STAKE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STAKE - Static variable in interface com.syntifi.near.api.rpc.model.transaction.Action
 
StakeAction - Class in com.syntifi.near.api.rpc.model.transaction
StakeAction
StakeAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.StakeAction
 
StakingDeposit - Class in com.syntifi.near.api.indexer.model
Holds data of a staking deposit
StakingDeposit() - Constructor for class com.syntifi.near.api.indexer.model.StakingDeposit
 
StakingService - Interface in com.syntifi.near.api.rpc.service.contract.staking
Contract function call object for Staking
Status - Class in com.syntifi.near.api.rpc.model.transaction
Status
Status() - Constructor for class com.syntifi.near.api.rpc.model.transaction.Status
 
STORAGE_HAS_KEY_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_HAS_KEY_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_READ_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_READ_KEY_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_READ_VALUE_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_REMOVE_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_REMOVE_KEY_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_REMOVE_RET_VALUE_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_WRITE_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_WRITE_EVICTED_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_WRITE_KEY_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
STORAGE_WRITE_VALUE_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
StorageUsageConfig - Class in com.syntifi.near.api.rpc.model.protocol
StorageUsageConfig
StorageUsageConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.StorageUsageConfig
 
Strings - Class in com.syntifi.near.api.common.helper
Helper methods for Strings
Strings() - Constructor for class com.syntifi.near.api.common.helper.Strings
 
SubTypesDeserializer<T> - Class in com.syntifi.near.api.rpc.json.deserializer
Serializer to handle the polymorphic terms with subtype annotations
SubTypesDeserializer(Class<T>) - Constructor for class com.syntifi.near.api.rpc.json.deserializer.SubTypesDeserializer
 
successReceiptId - Variable in class com.syntifi.near.api.rpc.model.transaction.Status
 
SuccessReceiptIdStatus - Class in com.syntifi.near.api.rpc.model.transaction
SuccessReceiptIdStatus
SuccessReceiptIdStatus() - Constructor for class com.syntifi.near.api.rpc.model.transaction.SuccessReceiptIdStatus
 
successValue - Variable in class com.syntifi.near.api.rpc.model.transaction.Status
 
SuccessValueStatus - Class in com.syntifi.near.api.rpc.model.transaction
SuccessValueStatus
SuccessValueStatus() - Constructor for class com.syntifi.near.api.rpc.model.transaction.SuccessValueStatus
 
SyncInfo - Class in com.syntifi.near.api.rpc.model.network
SyncInfo
SyncInfo() - Constructor for class com.syntifi.near.api.rpc.model.network.SyncInfo
 

T

TEST_NET - com.syntifi.near.api.common.helper.Network
 
toEncodedBase58String() - Method in class com.syntifi.near.api.common.model.key.KeySig
 
toString() - Method in class com.syntifi.near.api.common.model.key.KeySig
 
toString() - Method in enum com.syntifi.near.api.rpc.model.identifier.Finality
 
TotalNumberOfActionsExceeded - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
TotalNumberOfActionsExceeded() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.TotalNumberOfActionsExceeded
 
TotalPrepaidGasExceeded - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
TotalPrepaidGasExceeded() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.TotalPrepaidGasExceeded
 
TOUCHING_TRIE_NODE - com.syntifi.near.api.rpc.model.transaction.CostType
 
Transaction - Class in com.syntifi.near.api.rpc.model.transaction
Transaction
Transaction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.Transaction
 
TransactionAwait - Class in com.syntifi.near.api.rpc.model.transaction
TransactionAwait
TransactionAwait() - Constructor for class com.syntifi.near.api.rpc.model.transaction.TransactionAwait
 
TransactionCosts - Class in com.syntifi.near.api.rpc.model.protocol
TransactionCosts
TransactionCosts() - Constructor for class com.syntifi.near.api.rpc.model.protocol.TransactionCosts
 
TransactionOutcome - Class in com.syntifi.near.api.rpc.model.transaction
TransactionOutcome
TransactionOutcome() - Constructor for class com.syntifi.near.api.rpc.model.transaction.TransactionOutcome
 
TransactionService - Class in com.syntifi.near.api.rpc.service
Base service provides methods to sign transactions
TransactionService() - Constructor for class com.syntifi.near.api.rpc.service.TransactionService
 
TransactionSizeExceeded - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
The size of serialized transaction exceeded the limit.
TransactionSizeExceeded() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.TransactionSizeExceeded
 
TransactionStatus - Class in com.syntifi.near.api.rpc.model.transaction
TransactionStatus
TransactionStatus() - Constructor for class com.syntifi.near.api.rpc.model.transaction.TransactionStatus
 
TRANSFER - com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
 
TRANSFER - com.syntifi.near.api.rpc.model.transaction.CostType
 
TRANSFER - Static variable in interface com.syntifi.near.api.rpc.model.transaction.Action
 
TransferAction - Class in com.syntifi.near.api.rpc.model.transaction
TransferAction
TransferAction() - Constructor for class com.syntifi.near.api.rpc.model.transaction.TransferAction
 
TransferService - Class in com.syntifi.near.api.rpc.service
Transaction service provides methods to easily work with transactions
TransferService() - Constructor for class com.syntifi.near.api.rpc.service.TransferService
 
TriesToStake - Class in com.syntifi.near.api.rpc.model.transaction.error.action
The account doesn't have enough balance to increase the stake.
TriesToStake() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.TriesToStake
 
TriesToUnstake - Class in com.syntifi.near.api.rpc.model.transaction.error.action
Account is not yet staked, but tries to unstake
TriesToUnstake() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.action.TriesToUnstake
 
trimLeadingZeroes(String) - Static method in class com.syntifi.near.api.common.helper.Formats
Removes leading zeroes from an input
trimTrailingZeroes(String) - Static method in class com.syntifi.near.api.common.helper.Formats
Removes .000… from an input
TxErrorDeserializer - Class in com.syntifi.near.api.rpc.json.deserializer
Serializer to handle the polymorphic terms of type TxExecutionError
TxErrorDeserializer() - Constructor for class com.syntifi.near.api.rpc.json.deserializer.TxErrorDeserializer
 
TxExecutionError - Interface in com.syntifi.near.api.rpc.model.transaction.error
Transaction Execution error interface
type - Variable in class com.syntifi.near.api.common.model.key.KeySig
 
type() - Method in annotation type com.syntifi.near.api.rpc.service.contract.common.annotation.ContractMethod
 
type() - Method in annotation type com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameter
 

U

UnsuitableStakingKey - Class in com.syntifi.near.api.rpc.model.transaction.error.tx
 
UnsuitableStakingKey() - Constructor for class com.syntifi.near.api.rpc.model.transaction.error.tx.UnsuitableStakingKey
 
usingNetwork(Network) - Static method in interface com.syntifi.near.api.indexer.NearIndexerClient
NearIndexerService builder
usingNetwork(Network) - Static method in interface com.syntifi.near.api.rpc.NearClient
NearService builder
UTF8_DECODING_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
UTF8_DECODING_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 

V

V0() - Constructor for class com.syntifi.near.api.rpc.model.protocol.ShardLayout.V0
 
V1() - Constructor for class com.syntifi.near.api.rpc.model.protocol.SimpleNightShadeShardLayout.V1
 
ValidationStatus - Class in com.syntifi.near.api.rpc.model.network
ValidationStatus
ValidationStatus() - Constructor for class com.syntifi.near.api.rpc.model.network.ValidationStatus
 
Validator - Class in com.syntifi.near.api.rpc.model.network
Validator
Validator() - Constructor for class com.syntifi.near.api.rpc.model.network.Validator
 
ValidatorProposal - Class in com.syntifi.near.api.rpc.model.block
ValidatorProposal
ValidatorProposal() - Constructor for class com.syntifi.near.api.rpc.model.block.ValidatorProposal
 
value() - Method in annotation type com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameter
 
valueOf(String) - Static method in enum com.syntifi.near.api.common.helper.Network
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.common.model.key.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.indexer.model.RecentActivityPermission.PermissionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.rpc.model.accesskey.permission.FullAccessPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.rpc.model.accesskey.permission.PermissionTypeData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.rpc.model.identifier.Finality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.rpc.model.transaction.CostType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.rpc.model.transaction.Proof.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.rpc.service.contract.common.annotation.ContractMethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.near.api.rpc.service.contract.nft.model.NFTTokenMediaURL.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.syntifi.near.api.common.helper.Network
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.common.model.key.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.indexer.model.RecentActivityPermission.PermissionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.rpc.model.accesskey.permission.FullAccessPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.rpc.model.accesskey.permission.PermissionTypeData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.rpc.model.identifier.Finality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.rpc.model.transaction.CostType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.rpc.model.transaction.Proof.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.rpc.service.contract.common.annotation.ContractMethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.rpc.service.contract.common.annotation.ContractParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.near.api.rpc.service.contract.nft.model.NFTTokenMediaURL.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.syntifi.near.api.rpc.model.network
Version
Version() - Constructor for class com.syntifi.near.api.rpc.model.network.Version
 
VIEW - com.syntifi.near.api.rpc.service.contract.common.annotation.ContractMethodType
 
viewAccessKey(long, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns information about a single access key for given account.
viewAccessKey(Finality, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns information about a single access key for given account.
viewAccessKey(String, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns information about a single access key for given account.
viewAccessKeyList(long, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns all access keys for a given account.
viewAccessKeyList(Finality, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns all access keys for a given account.
viewAccessKeyList(String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns all access keys for a given account.
viewAccount(long, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns basic account information.
viewAccount(Finality, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns basic account information.
viewAccount(String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns basic account information.
viewAccountChanges(long, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns account changes from transactions in a given account.
viewAccountChanges(Finality, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns account changes from transactions in a given account.
viewAccountChanges(String, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns account changes from transactions in a given account.
viewAccountStakedBalance(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Contract function view call to get the account staked balance
viewAccountTotalBalance(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Contract function view call to get the account total balance
viewAccountUnstakedBalance(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Contract function view call to get the account unstaked balance
viewAllAccessKeyChanges(long, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns changes to all access keys of a specific block.
viewAllAccessKeyChanges(Finality, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns changes to all access keys of a specific block.
viewAllAccessKeyChanges(String, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns changes to all access keys of a specific block.
viewContractCode(long, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the contract code (Wasm binary) deployed to the account.
viewContractCode(Finality, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the contract code (Wasm binary) deployed to the account.
viewContractCode(String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the contract code (Wasm binary) deployed to the account.
viewContractCodeChanges(long, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns code changes made when deploying a contract.
viewContractCodeChanges(Finality, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns code changes made when deploying a contract.
viewContractCodeChanges(String, String[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns code changes made when deploying a contract.
viewContractState(long, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the state (key value pairs) of a contract based on the key prefix (base64 encoded).
viewContractState(Finality, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the state (key value pairs) of a contract based on the key prefix (base64 encoded).
viewContractState(String, String, String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the state (key value pairs) of a contract based on the key prefix (base64 encoded).
viewContractStateChanges(long, String[], String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the state change details of a contract based on the key prefix (encoded to base64).
viewContractStateChanges(Finality, String[], String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the state change details of a contract based on the key prefix (encoded to base64).
viewContractStateChanges(String, String[], String) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns the state change details of a contract based on the key prefix (encoded to base64).
viewFarm(NearClient, String, String, Long) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Returns the detail for a specific farm the given farmId
viewFarms(NearClient, String, String, Long, Long) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Returns the details for all farms for the given contractAccountId
viewOwnerId(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Contract function view call to get the contract owner id
viewRewardFeeFraction(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Returns the fee fraction charged by the staking farm (eg.
viewSingleAccessKeyChanges(long, Key[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns individual access key changes in a specific block.
viewSingleAccessKeyChanges(Finality, Key[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns individual access key changes in a specific block.
viewSingleAccessKeyChanges(String, Key[]) - Method in interface com.syntifi.near.api.rpc.NearClient
Returns individual access key changes in a specific block.
viewTotalStakedBalance(NearClient, String, String) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Contract function view call to get the total staked balance
viewUnclaimedReward(NearClient, String, String, Long) - Method in interface com.syntifi.near.api.rpc.service.contract.staking.StakingService
Returns the unclaimed reward in a given farmId

W

Wallet - Class in com.syntifi.near.api.common.model.key
Simple structure class mainly to hold information read from json wallets.
Wallet() - Constructor for class com.syntifi.near.api.common.model.key.Wallet
 
WalletService - Class in com.syntifi.near.api.common.service
Service methods to manipulate wallets
WalletService() - Constructor for class com.syntifi.near.api.common.service.WalletService
 
WASM_INSTRUCTION - com.syntifi.near.api.rpc.model.transaction.CostType
 
WasmConfig - Class in com.syntifi.near.api.rpc.model.protocol
WasmConfig
WasmConfig() - Constructor for class com.syntifi.near.api.rpc.model.protocol.WasmConfig
 
WRITE_MEMORY_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
WRITE_MEMORY_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
WRITE_REGISTER_BASE - com.syntifi.near.api.rpc.model.transaction.CostType
 
WRITE_REGISTER_BYTE - com.syntifi.near.api.rpc.model.transaction.CostType
 
writeWalletToFile(File, Wallet) - Static method in class com.syntifi.near.api.common.service.WalletService
Writes a wallet to filesystem
A B C D E F G I J K L M N O P R S T U V W 
All Classes All Packages