- gasPrice - Variable in class network.minter.blockchain.models.HistoryTransaction
-
- gasUsed - Variable in class network.minter.blockchain.models.HistoryTransaction.TxResult
-
- gasWanted - Variable in class network.minter.blockchain.models.HistoryTransaction.TxResult
-
- get(String) - Method in class network.minter.blockchain.models.Balance
-
- getAddress() - Method in class network.minter.blockchain.models.operational.TxDeclareCandidacy
-
- getAmount() - Method in class network.minter.blockchain.models.ExchangeBuyValue
-
- getAmount() - Method in class network.minter.blockchain.models.ExchangeSellValue
-
- getAmountWithCommission() - Method in class network.minter.blockchain.models.ExchangeBuyValue
-
- getAmountWithCommission() - Method in class network.minter.blockchain.models.ExchangeSellValue
-
- getBalance(String) - Method in interface network.minter.blockchain.api.BlockChainAccountEndpoint
-
Returns current balance of an account
- getBalance() - Method in class network.minter.blockchain.models.Balance.CoinBalance
-
- getBalance(MinterAddress) - Method in class network.minter.blockchain.repo.BlockChainAccountRepository
-
- getBalance(String) - Method in class network.minter.blockchain.repo.BlockChainAccountRepository
-
Returns balance result data for specified address
- getCoin() - Method in class network.minter.blockchain.models.Balance.CoinBalance
-
- getCoin() - Method in class network.minter.blockchain.models.operational.TxDeclareCandidacy
-
- getCoin() - Method in class network.minter.blockchain.models.operational.TxDelegate
-
- getCoin() - Method in class network.minter.blockchain.models.operational.TxSendCoin
-
- getCoin() - Method in class network.minter.blockchain.models.operational.TxUnbound
-
- getCoinExchangeCurrencyToBuy(String, String, String) - Method in interface network.minter.blockchain.api.BlockChainCoinEndpoint
-
Give an estimation about coin exchange (buying)
- getCoinExchangeCurrencyToBuy(String, BigDecimal, String) - Method in class network.minter.blockchain.repo.BlockChainCoinRepository
-
- getCoinExchangeCurrencyToBuy(String, BigInteger, String) - Method in class network.minter.blockchain.repo.BlockChainCoinRepository
-
- getCoinExchangeCurrencyToSell(String, String, String) - Method in interface network.minter.blockchain.api.BlockChainCoinEndpoint
-
Give an estimation about coin exchange (selling)
- getCoinExchangeCurrencyToSell(String, BigDecimal, String) - Method in class network.minter.blockchain.repo.BlockChainCoinRepository
-
- getCoinExchangeCurrencyToSell(String, BigInteger, String) - Method in class network.minter.blockchain.repo.BlockChainCoinRepository
-
- getCoinInfo(String) - Method in class network.minter.blockchain.repo.BlockChainCoinRepository
-
Returns all about coin
- getCoinInformation(String) - Method in interface network.minter.blockchain.api.BlockChainCoinEndpoint
-
Get information about coin
- getCoinToBuy() - Method in class network.minter.blockchain.models.operational.TxCoinBuy
-
- getCoinToBuy() - Method in class network.minter.blockchain.models.operational.TxCoinSell
-
- getCoinToBuy() - Method in class network.minter.blockchain.models.operational.TxCoinSellAll
-
- getCoinToSell() - Method in class network.minter.blockchain.models.operational.TxCoinBuy
-
- getCoinToSell() - Method in class network.minter.blockchain.models.operational.TxCoinSell
-
- getCoinToSell() - Method in class network.minter.blockchain.models.operational.TxCoinSellAll
-
- getCommission() - Method in class network.minter.blockchain.models.ExchangeBuyValue
-
- getCommission() - Method in class network.minter.blockchain.models.ExchangeSellValue
-
- getCommission() - Method in class network.minter.blockchain.models.operational.TxDeclareCandidacy
-
Get commission in percents
- getConstantReserveRatio() - Method in class network.minter.blockchain.models.operational.TxCreateCoin
-
Get constant reserve ratio (in percents)
- getData() - Method in class network.minter.blockchain.models.HistoryTransaction
-
- getData(Class<OpType>) - Method in class network.minter.blockchain.models.operational.Transaction
-
Get transaction data
- getData() - Method in class network.minter.blockchain.models.operational.Transaction
-
- getFee() - Method in enum network.minter.blockchain.models.operational.OperationType
-
- getFeeBase() - Method in enum network.minter.blockchain.models.operational.OperationType
-
- getFieldMessageMap() - Method in class network.minter.blockchain.models.operational.FieldsValidationResult
-
- getFor(String) - Method in class network.minter.blockchain.models.Balance
-
- getGasCoin() - Method in class network.minter.blockchain.models.operational.Transaction
-
- getGasPrice() - Method in class network.minter.blockchain.models.operational.Transaction
-
- getGsonBuilder() - Method in class network.minter.blockchain.MinterBlockChainApi
-
- getInitialAmount() - Method in class network.minter.blockchain.models.operational.TxCreateCoin
-
Get normalized immutable initial amount as big decimal value
- getInitialAmountDouble() - Method in class network.minter.blockchain.models.operational.TxCreateCoin
-
Get initial amount as double value
Be carefully, can be overflowed!
- getInitialReserve() - Method in class network.minter.blockchain.models.operational.TxCreateCoin
-
Get normalized initial reserve in base coin
- getInitialReserveDouble() - Method in class network.minter.blockchain.models.operational.TxCreateCoin
-
Get initial reserve amount as double value
Be carefully, can be overflowed!
- getInstance() - Static method in class network.minter.blockchain.MinterBlockChainApi
-
- getInvalidFields() - Method in exception network.minter.blockchain.models.operational.OperationInvalidDataException
-
- getInvalidFieldsMessages() - Method in class network.minter.blockchain.models.operational.FieldsValidationResult
-
- getName() - Method in class network.minter.blockchain.models.operational.TxCreateCoin
-
- getNonce() - Method in class network.minter.blockchain.models.operational.Transaction
-
- getOpClass() - Method in enum network.minter.blockchain.models.operational.OperationType
-
- getPayload() - Method in class network.minter.blockchain.models.operational.Transaction
-
- getProof() - Method in class network.minter.blockchain.models.operational.TxRedeemCheck
-
- getPublicKey() - Method in class network.minter.blockchain.models.operational.TxDeclareCandidacy
-
- getPublicKey() - Method in class network.minter.blockchain.models.operational.TxDelegate
-
- getPublicKey() - Method in class network.minter.blockchain.models.operational.TxSetCandidateOffline
-
- getPublicKey() - Method in class network.minter.blockchain.models.operational.TxSetCandidateOnline
-
- getPublicKey() - Method in class network.minter.blockchain.models.operational.TxUnbound
-
- getR() - Method in class network.minter.blockchain.models.operational.SignatureSingleData
-
- getRawCheck() - Method in class network.minter.blockchain.models.operational.TxRedeemCheck
-
- getReserveBalance() - Method in class network.minter.blockchain.models.Coin
-
- getReserveBalanceDouble() - Method in class network.minter.blockchain.models.Coin
-
- getS() - Method in class network.minter.blockchain.models.operational.SignatureSingleData
-
- getServiceClass() - Method in class network.minter.blockchain.repo.BlockChainAccountRepository
-
- getServiceClass() - Method in class network.minter.blockchain.repo.BlockChainCoinRepository
-
- getServiceClass() - Method in class network.minter.blockchain.repo.BlockChainTransactionRepository
-
- getSignatureAddress() - Method in class network.minter.blockchain.models.operational.SignatureMultiData
-
- getSignatureData(Class<SignData>) - Method in class network.minter.blockchain.models.operational.Transaction
-
Signature data (for single or multi)
- getSignatureData() - Method in class network.minter.blockchain.models.operational.Transaction
-
Signature data (for single or multi)
- getSignatures() - Method in class network.minter.blockchain.models.operational.SignatureMultiData
-
- getSignatureType() - Method in class network.minter.blockchain.models.operational.Transaction
-
Signature type
- getSignClass() - Method in enum network.minter.blockchain.models.operational.Transaction.SignatureType
-
- getStake() - Method in class network.minter.blockchain.models.operational.TxDeclareCandidacy
-
Get normalized stake
- getStake() - Method in class network.minter.blockchain.models.operational.TxDelegate
-
- getStakeBigInteger() - Method in class network.minter.blockchain.models.operational.TxDelegate
-
- getStakeDouble() - Method in class network.minter.blockchain.models.operational.TxDeclareCandidacy
-
Get normalized stake in double value
Be carefully!
- getStakeDouble() - Method in class network.minter.blockchain.models.operational.TxDelegate
-
- getSymbol() - Method in class network.minter.blockchain.models.Coin
-
- getSymbol() - Method in class network.minter.blockchain.models.operational.TxCreateCoin
-
- getTitle() - Method in class network.minter.blockchain.models.operational.FieldsValidationResult
-
- getTo() - Method in class network.minter.blockchain.models.operational.TxSendCoin
-
- getTransaction(String) - Method in interface network.minter.blockchain.api.BlockChainTransactionEndpoint
-
Get full information about transaction
- getTransaction(MinterHash) - Method in class network.minter.blockchain.repo.BlockChainTransactionRepository
-
Get full transaction information
- getTransaction(String) - Method in class network.minter.blockchain.repo.BlockChainTransactionRepository
-
Get full transaction information
- getTransactionCommission(TransactionSign) - Method in class network.minter.blockchain.repo.BlockChainTransactionRepository
-
Resolve transaction commission before sending it
- getTransactionCommission(String) - Method in class network.minter.blockchain.repo.BlockChainTransactionRepository
-
Resolve transaction commission before sending it
- getTransactionCount(String) - Method in interface network.minter.blockchain.api.BlockChainAccountEndpoint
-
Returns count of outgoing transactions from given account
- getTransactionCount(MinterAddress) - Method in class network.minter.blockchain.repo.BlockChainAccountRepository
-
- getTransactionCount(String) - Method in class network.minter.blockchain.repo.BlockChainAccountRepository
-
Returns the number of transactions sent from an address
- getTransactions(String) - Method in interface network.minter.blockchain.api.BlockChainTransactionEndpoint
-
Get list of transactions filtered by given query
- getTransactions(BlockChainTransactionRepository.TQuery) - Method in class network.minter.blockchain.repo.BlockChainTransactionRepository
-
Get transactions by query
- getTx() - Method in class network.minter.blockchain.models.operational.Operation
-
- getTxCommission(String) - Method in interface network.minter.blockchain.api.BlockChainTransactionEndpoint
-
Calculates signed transaction commission
- getTxSign() - Method in class network.minter.blockchain.models.operational.TransactionSign
-
- getType() - Method in class network.minter.blockchain.models.operational.Operation
-
- getType() - Method in class network.minter.blockchain.models.operational.Transaction
-
- getType() - Method in class network.minter.blockchain.models.operational.TxCoinBuy
-
- getType() - Method in class network.minter.blockchain.models.operational.TxCoinSell
-
- getType() - Method in class network.minter.blockchain.models.operational.TxCoinSellAll
-
- getType() - Method in class network.minter.blockchain.models.operational.TxCreateCoin
-
- getType() - Method in class network.minter.blockchain.models.operational.TxDeclareCandidacy
-
- getType() - Method in class network.minter.blockchain.models.operational.TxDelegate
-
- getType() - Method in class network.minter.blockchain.models.operational.TxRedeemCheck
-
- getType() - Method in class network.minter.blockchain.models.operational.TxSendCoin
-
- getType() - Method in class network.minter.blockchain.models.operational.TxSetCandidateOffline
-
- getType() - Method in class network.minter.blockchain.models.operational.TxSetCandidateOnline
-
- getType() - Method in class network.minter.blockchain.models.operational.TxUnbound
-
- getV() - Method in class network.minter.blockchain.models.operational.SignatureSingleData
-
- getValue() - Method in enum network.minter.blockchain.models.BCResult.ResultCode
-
- getValue() - Method in enum network.minter.blockchain.models.operational.OperationType
-
- getValue() - Method in enum network.minter.blockchain.models.operational.Transaction.SignatureType
-
- getValue() - Method in class network.minter.blockchain.models.operational.TxSendCoin
-
- getValue() - Method in class network.minter.blockchain.models.operational.TxUnbound
-
- getValue() - Method in class network.minter.blockchain.models.TransactionCommissionValue
-
BigDecimal value
- getValueBigInteger() - Method in class network.minter.blockchain.models.operational.TxCoinBuy
-
- getValueBigInteger() - Method in class network.minter.blockchain.models.operational.TxCoinSell
-
- getValueBigInteger() - Method in class network.minter.blockchain.models.operational.TxSendCoin
-
- getValueBigInteger() - Method in class network.minter.blockchain.models.operational.TxUnbound
-
- getValueBigInteger() - Method in class network.minter.blockchain.models.TransactionCommissionValue
-
- getValueDouble() - Method in class network.minter.blockchain.models.TransactionCommissionValue
-
Double value
- getValueInt() - Method in enum network.minter.blockchain.models.operational.OperationType
-
- getValueToBuy() - Method in class network.minter.blockchain.models.operational.TxCoinBuy
-
- getValueToBuyDouble() - Method in class network.minter.blockchain.models.operational.TxCoinBuy
-
- getValueToSell() - Method in class network.minter.blockchain.models.operational.TxCoinSell
-
- getValueToSellDouble() - Method in class network.minter.blockchain.models.operational.TxCoinSell
-