A B C D E F G H I M P R S T U V 
All Classes All Packages

A

Account - Class in com.bloxbean.cardano.client.account
Create and manage secrets, and perform account-based work such as signing transactions.
Account() - Constructor for class com.bloxbean.cardano.client.account.Account
Create a new random mainnet account.
Account(int) - Constructor for class com.bloxbean.cardano.client.account.Account
Create a new random mainnet account at index
Account(Network) - Constructor for class com.bloxbean.cardano.client.account.Account
Create a new random account for the network
Account(Network, byte[]) - Constructor for class com.bloxbean.cardano.client.account.Account
Create an account from a private key for a specified network for account = 0, index = 0
Account(Network, byte[], int, int) - Constructor for class com.bloxbean.cardano.client.account.Account
Create an account from a private key for a specified network
Account(Network, int) - Constructor for class com.bloxbean.cardano.client.account.Account
Create a new random account for the network at index
Account(Network, DerivationPath, Words) - Constructor for class com.bloxbean.cardano.client.account.Account
Create a new random account for the network and derivation path
Account(Network, String) - Constructor for class com.bloxbean.cardano.client.account.Account
Create a account for the network from a mnemonic
Account(Network, String, int) - Constructor for class com.bloxbean.cardano.client.account.Account
Create an account for the network, mnemonic at given index
Account(Network, String, DerivationPath) - Constructor for class com.bloxbean.cardano.client.account.Account
Crate an account for the network from mnemonic at index
Account(String) - Constructor for class com.bloxbean.cardano.client.account.Account
Create a mainnet account from a mnemonic
Account(String, int) - Constructor for class com.bloxbean.cardano.client.account.Account
Create a mainnet account from a mnemonic at index
additionalWitnessAccounts - Variable in class com.bloxbean.cardano.client.transaction.model.TransactionRequest
Deprecated.
 
AssetUtil - Class in com.bloxbean.cardano.client.util
Deprecated, for removal: This API element is subject to removal in a future version.
AssetUtil() - Constructor for class com.bloxbean.cardano.client.util.AssetUtil
Deprecated.
 

B

baseAddress() - Method in class com.bloxbean.cardano.client.account.Account
 
baseAddressAsBase16() - Method in class com.bloxbean.cardano.client.account.Account
 
buildMintBody(MintTransaction, TransactionDetailsParams, ProtocolParams, UtxoSelectionStrategy) - Static method in class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBodyBuilder
 
buildMintTokenTransaction(MintTransaction, TransactionDetailsParams, Metadata, ProtocolParams) - Method in class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBuilderImpl
 
buildMintTokenTransaction(MintTransaction, TransactionDetailsParams, Metadata, ProtocolParams) - Method in interface com.bloxbean.cardano.client.api.helper.UtxoTransactionBuilder
Build Transaction for token minting
buildTransaction(List<PaymentTransaction>, TransactionDetailsParams, Metadata, ProtocolParams) - Method in class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBuilderImpl
Build Transaction
buildTransaction(List<PaymentTransaction>, TransactionDetailsParams, Metadata, ProtocolParams) - Method in interface com.bloxbean.cardano.client.api.helper.UtxoTransactionBuilder
Build Transaction for list of Payment Transactions
buildTransferBody(List<PaymentTransaction>, TransactionDetailsParams, ProtocolParams, UtxoSelectionStrategy) - Static method in class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBodyBuilder
 

C

calculateFee(byte[]) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a transaction.
calculateFee(byte[]) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(byte[], ProtocolParams) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a transaction.
calculateFee(byte[], ProtocolParams) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(MintTransaction, TransactionDetailsParams, Metadata) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a token mint transaction
calculateFee(MintTransaction, TransactionDetailsParams, Metadata) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(MintTransaction, TransactionDetailsParams, Metadata, ProtocolParams) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a token mint transaction
calculateFee(MintTransaction, TransactionDetailsParams, Metadata, ProtocolParams) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(PaymentTransaction, TransactionDetailsParams, Metadata) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a payment transaction
calculateFee(PaymentTransaction, TransactionDetailsParams, Metadata) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(PaymentTransaction, TransactionDetailsParams, Metadata, ProtocolParams) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a payment transaction
calculateFee(PaymentTransaction, TransactionDetailsParams, Metadata, ProtocolParams) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(Transaction) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a transaction.
calculateFee(Transaction) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(Transaction, ProtocolParams) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a transaction.
calculateFee(Transaction, ProtocolParams) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(List<PaymentTransaction>, TransactionDetailsParams, Metadata) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a list of payment transactions
calculateFee(List<PaymentTransaction>, TransactionDetailsParams, Metadata) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFee(List<PaymentTransaction>, TransactionDetailsParams, Metadata, ProtocolParams) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate estimated fee for a list of payment transactions
calculateFee(List<PaymentTransaction>, TransactionDetailsParams, Metadata, ProtocolParams) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateFingerPrint(String, String) - Static method in class com.bloxbean.cardano.client.util.AssetUtil
Deprecated.
Calculate fingerprint from policy id and asset name (CIP-0014)
calculateScriptFee(List<ExUnits>) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate script fee from execution units
calculateScriptFee(List<ExUnits>) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
calculateScriptFee(List<ExUnits>, ProtocolParams) - Method in interface com.bloxbean.cardano.client.api.helper.FeeCalculationService
Calculate script fee from execution units
calculateScriptFee(List<ExUnits>, ProtocolParams) - Method in class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
changeAddress() - Method in class com.bloxbean.cardano.client.account.Account
 
changeHdKeyPair() - Method in class com.bloxbean.cardano.client.account.Account
Get Hd key pair for change address
com.bloxbean.cardano.client.account - package com.bloxbean.cardano.client.account
 
com.bloxbean.cardano.client.api.helper - package com.bloxbean.cardano.client.api.helper
 
com.bloxbean.cardano.client.api.helper.impl - package com.bloxbean.cardano.client.api.helper.impl
 
com.bloxbean.cardano.client.api.helper.model - package com.bloxbean.cardano.client.api.helper.model
 
com.bloxbean.cardano.client.common - package com.bloxbean.cardano.client.common
 
com.bloxbean.cardano.client.config - package com.bloxbean.cardano.client.config
 
com.bloxbean.cardano.client.transaction.model - package com.bloxbean.cardano.client.transaction.model
 
com.bloxbean.cardano.client.transaction.util - package com.bloxbean.cardano.client.transaction.util
 
com.bloxbean.cardano.client.util - package com.bloxbean.cardano.client.util
 
Configuration - Enum in com.bloxbean.cardano.client.config
 
copyUtxoValuesToOutput(TransactionOutput, Utxo) - Static method in class com.bloxbean.cardano.client.util.UtxoUtil
Deprecated.
Copy utxo content to TransactionOutput
CostModelUtil - Class in com.bloxbean.cardano.client.transaction.util
Deprecated.
CostModelUtil() - Constructor for class com.bloxbean.cardano.client.transaction.util.CostModelUtil
Deprecated.
 
createEpochBasedTimeLockedPolicy(String, long, long) - Static method in class com.bloxbean.cardano.client.util.PolicyUtil
Deprecated.
 
createMultiSigScriptAllPolicy(String, int) - Static method in class com.bloxbean.cardano.client.util.PolicyUtil
Deprecated.
 
createMultiSigScriptAtLeastPolicy(String, int, int) - Static method in class com.bloxbean.cardano.client.util.PolicyUtil
Deprecated.
 
createSignedMintTransaction(MintTransaction, TransactionDetailsParams, Metadata) - Method in class com.bloxbean.cardano.client.api.helper.TransactionBuilder
Create a mint transaction, sign and return cbor value as hex string
createSignedTransaction(List<PaymentTransaction>, TransactionDetailsParams, Metadata) - Method in class com.bloxbean.cardano.client.api.helper.TransactionBuilder
Get cbor serialized signed transaction in Hex

D

datumHash - Variable in class com.bloxbean.cardano.client.transaction.model.TransactionRequest
Deprecated.
 
drepCredential() - Method in class com.bloxbean.cardano.client.account.Account
 
drepHdKeyPair() - Method in class com.bloxbean.cardano.client.account.Account
Get Hd key pair for DRep keys
drepId() - Method in class com.bloxbean.cardano.client.account.Account
 

E

enterpriseAddress() - Method in class com.bloxbean.cardano.client.account.Account
 

F

fee - Variable in class com.bloxbean.cardano.client.transaction.model.TransactionRequest
Deprecated.
 
FeeCalculationService - Interface in com.bloxbean.cardano.client.api.helper
 
FeeCalculationServiceImpl - Class in com.bloxbean.cardano.client.api.helper.impl
 
FeeCalculationServiceImpl(TransactionBuilder) - Constructor for class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 
FeeCalculationServiceImpl(UtxoSupplier, ProtocolParamsSupplier) - Constructor for class com.bloxbean.cardano.client.api.helper.impl.FeeCalculationServiceImpl
 

G

getAmount() - Method in class com.bloxbean.cardano.client.transaction.model.PaymentTransaction
Deprecated.
 
getBaseAddress() - Method in class com.bloxbean.cardano.client.account.Account
 
getBech32PrivateKey() - Method in class com.bloxbean.cardano.client.account.Account
Get private key in bech32 format
getByronAddressOwners(Set<Utxo>) - Static method in class com.bloxbean.cardano.client.util.UtxoUtil
Deprecated.
Get list of Byron address (if any) of owners from the utxos set.
getCoinSelectionLimit() - Method in enum com.bloxbean.cardano.client.config.Configuration
 
getCostModelFromProtocolParams(ProtocolParams, Language) - Static method in class com.bloxbean.cardano.client.transaction.util.CostModelUtil
Deprecated.
Get costmodel for a language from protocol parameters.
getEnterpriseAddress() - Method in class com.bloxbean.cardano.client.account.Account
 
getEntropyProvider() - Method in enum com.bloxbean.cardano.client.config.Configuration
 
getFee() - Method in class com.bloxbean.cardano.client.transaction.model.PaymentTransaction
Deprecated.
 
getLanguageViewsEncoding(CostModel...) - Static method in class com.bloxbean.cardano.client.transaction.util.CostModelUtil
Deprecated.
Get language view encoding for costmodels
getMultiAssetFromUnitAndAmount(String, BigInteger) - Static method in class com.bloxbean.cardano.client.util.AssetUtil
Deprecated.
Create a MultiAsset from unit and qty
getNoOfRequiredSigners(Set<Utxo>) - Static method in class com.bloxbean.cardano.client.util.UtxoUtil
Deprecated.
Get the no of required signers for the utxos set based on owners of utxos.
getOwnerPubKeyHashes(Set<Utxo>) - Static method in class com.bloxbean.cardano.client.util.UtxoUtil
Deprecated.
Get a set of PubKeyHash of owners from a given set of utxos.
getPlutusObjectConverter() - Method in enum com.bloxbean.cardano.client.config.Configuration
 
getPolicyIdAndAssetName(String) - Static method in class com.bloxbean.cardano.client.util.AssetUtil
Deprecated.
Get policy id and asset name in hex from asset id Policy id is returned without hex prefix (0x) Asset name is returned with hex prefix (0x)
getProtocolParamsSupplier() - Method in class com.bloxbean.cardano.client.api.helper.TransactionBuilder
 
getSigningProvider() - Method in enum com.bloxbean.cardano.client.config.Configuration
 
getTransactionBuilder() - Method in class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
 
getUnit(String, Asset) - Static method in class com.bloxbean.cardano.client.util.AssetUtil
Deprecated.
Get unit name from policy id and asset name
getUtxos(String, String, BigInteger) - Method in class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBuilderImpl
 
getUtxos(String, String, BigInteger) - Method in interface com.bloxbean.cardano.client.api.helper.UtxoTransactionBuilder
Deprecated.
use UtxoSelectionStrategy directly
getUtxoSelectionStrategy() - Method in class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBuilderImpl
Get current UtxoSelectionStrategy
getUtxoTransactionBuilder() - Method in class com.bloxbean.cardano.client.api.helper.TransactionBuilder
Get UtxoTransactionBuilder set in this TransactionHelperService

H

hdKeyPair() - Method in class com.bloxbean.cardano.client.account.Account
Get Hd key pair

I

INSTANCE - com.bloxbean.cardano.client.config.Configuration
 
isAndroid() - Method in enum com.bloxbean.cardano.client.config.Configuration
 

M

MinAdaCalculator - Class in com.bloxbean.cardano.client.common
Deprecated.
MinAdaCalculator(ProtocolParams) - Constructor for class com.bloxbean.cardano.client.common.MinAdaCalculator
Deprecated.
 
mintToken(MintTransaction, TransactionDetailsParams) - Method in class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
Create a token mint transaction, sign and submit to network
mintToken(MintTransaction, TransactionDetailsParams, Metadata) - Method in class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
Create a token mint transaction with metadata, sign and submit to the network
MintTransaction - Class in com.bloxbean.cardano.client.transaction.model
Deprecated.
Use Composable Functions API or QuickTx API to build transaction
MintTransaction(Account, String, BigInteger, List<Account>, List<Utxo>, String, List<MultiAsset>, NativeScript, List<SecretKey>, Policy) - Constructor for class com.bloxbean.cardano.client.transaction.model.MintTransaction
Deprecated.
 
mnemonic() - Method in class com.bloxbean.cardano.client.account.Account
 

P

PaymentTransaction - Class in com.bloxbean.cardano.client.transaction.model
Deprecated.
Use Composable Functions API or QuickTx API to build transaction
PaymentTransaction(Account, String, BigInteger, List<Account>, List<Utxo>, String, BigInteger, String) - Constructor for class com.bloxbean.cardano.client.transaction.model.PaymentTransaction
Deprecated.
 
PlutusV1CostModel - Static variable in class com.bloxbean.cardano.client.transaction.util.CostModelUtil
Deprecated.
 
PlutusV2CostModel - Static variable in class com.bloxbean.cardano.client.transaction.util.CostModelUtil
Deprecated.
 
PolicyUtil - Class in com.bloxbean.cardano.client.util
Deprecated.
PolicyUtil() - Constructor for class com.bloxbean.cardano.client.util.PolicyUtil
Deprecated.
 
privateKeyBytes() - Method in class com.bloxbean.cardano.client.account.Account
Get private key bytes
publicKeyBytes() - Method in class com.bloxbean.cardano.client.account.Account
Get public key bytes

R

receiver - Variable in class com.bloxbean.cardano.client.transaction.model.TransactionRequest
Deprecated.
 

S

sender - Variable in class com.bloxbean.cardano.client.transaction.model.TransactionRequest
Deprecated.
 
setAndroid(boolean) - Method in enum com.bloxbean.cardano.client.config.Configuration
 
setCoinSelectionLimit(int) - Method in enum com.bloxbean.cardano.client.config.Configuration
 
setEntropyProvider(EntropyProvider) - Method in enum com.bloxbean.cardano.client.config.Configuration
 
setPlutusObjectConverter(PlutusObjectConverter) - Method in enum com.bloxbean.cardano.client.config.Configuration
 
setProtocolParamsSupplier(ProtocolParamsSupplier) - Method in class com.bloxbean.cardano.client.api.helper.TransactionBuilder
 
setSigningProvider(SigningProvider) - Method in enum com.bloxbean.cardano.client.config.Configuration
 
setTransactionBuilder(TransactionBuilder) - Method in class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
 
setUtxoSelectionStrategy(UtxoSelectionStrategy) - Method in class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBuilderImpl
Set a custom UtxoSelectionStrategy
setUtxoSelectionStrategy(UtxoSelectionStrategy) - Method in interface com.bloxbean.cardano.client.api.helper.UtxoTransactionBuilder
Set utxo selection strategy
setUtxoTransactionBuilder(UtxoTransactionBuilder) - Method in class com.bloxbean.cardano.client.api.helper.TransactionBuilder
Set a custom UtxoTransactionBuilder
sign(Transaction) - Method in class com.bloxbean.cardano.client.account.Account
Sign a transaction object with this account
sign(String) - Method in class com.bloxbean.cardano.client.account.Account
Deprecated.
signWithDRepKey(Transaction) - Method in class com.bloxbean.cardano.client.account.Account
 
signWithStakeKey(Transaction) - Method in class com.bloxbean.cardano.client.account.Account
Sign a transaction object with stake key
stakeAddress() - Method in class com.bloxbean.cardano.client.account.Account
 
stakeHdKeyPair() - Method in class com.bloxbean.cardano.client.account.Account
Get Hd key pair for stake address

T

toString() - Method in class com.bloxbean.cardano.client.account.Account
 
toString() - Method in class com.bloxbean.cardano.client.api.helper.model.TransactionResult
 
TransactionBuilder - Class in com.bloxbean.cardano.client.api.helper
 
TransactionBuilder(UtxoTransactionBuilder, ProtocolParamsSupplier) - Constructor for class com.bloxbean.cardano.client.api.helper.TransactionBuilder
Create a TransactionHelperService from a UtxoTransactionBuilder and ProtocolParamsSupplier
TransactionBuilder(UtxoSupplier, ProtocolParamsSupplier) - Constructor for class com.bloxbean.cardano.client.api.helper.TransactionBuilder
Create a TransactionHelperService from UtxoSupplier and ProtocolParamsSupplier
TransactionBuilder(UtxoSelectionStrategy, ProtocolParamsSupplier) - Constructor for class com.bloxbean.cardano.client.api.helper.TransactionBuilder
Create a TransactionHelperService from UtxoSelectionStrategy and ProtocolParamsSupplier This uses the default implementation of UtxoTransactionBuilder and set the custom UtxoSelectionStrategy
TransactionDetailsParams - Class in com.bloxbean.cardano.client.transaction.model
 
TransactionDetailsParams() - Constructor for class com.bloxbean.cardano.client.transaction.model.TransactionDetailsParams
 
TransactionHelperService - Class in com.bloxbean.cardano.client.api.helper
Deprecated.
Use Composable Functions API or QuickTx API to build transaction
TransactionHelperService(TransactionBuilder, TransactionProcessor) - Constructor for class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
Create a TransactionHelperService from TransactionBuilder and TransactionProcessor
TransactionRequest - Class in com.bloxbean.cardano.client.transaction.model
Deprecated.
TransactionRequest() - Constructor for class com.bloxbean.cardano.client.transaction.model.TransactionRequest
Deprecated.
 
TransactionResult - Class in com.bloxbean.cardano.client.api.helper.model
 
TransactionResult() - Constructor for class com.bloxbean.cardano.client.api.helper.model.TransactionResult
 
transfer(PaymentTransaction, TransactionDetailsParams) - Method in class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
Build and post a transfer transaction created from a PaymentTransaction
transfer(PaymentTransaction, TransactionDetailsParams, Metadata) - Method in class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
Build and post a transaction created from PaymentTransaction and Metadata
transfer(List<PaymentTransaction>, TransactionDetailsParams) - Method in class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
Build and post a transaction created from multiple PaymentTransaction
transfer(List<PaymentTransaction>, TransactionDetailsParams, Metadata) - Method in class com.bloxbean.cardano.client.api.helper.TransactionHelperService
Deprecated.
Build and post a transaction created from multiple PaymentTransaction and Metadata

U

utxosToInclude - Variable in class com.bloxbean.cardano.client.transaction.model.TransactionRequest
Deprecated.
 
UtxoTransactionBodyBuilder - Class in com.bloxbean.cardano.client.api.helper.impl
 
UtxoTransactionBodyBuilder() - Constructor for class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBodyBuilder
 
UtxoTransactionBuilder - Interface in com.bloxbean.cardano.client.api.helper
Interface to build transaction from higher level transaction request apis.
UtxoTransactionBuilderImpl - Class in com.bloxbean.cardano.client.api.helper.impl
 
UtxoTransactionBuilderImpl(UtxoSupplier) - Constructor for class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBuilderImpl
Create a UtxoTransactionBuilder with DefaultUtxoSelectionStrategyImpl
UtxoTransactionBuilderImpl(UtxoSelectionStrategy) - Constructor for class com.bloxbean.cardano.client.api.helper.impl.UtxoTransactionBuilderImpl
Create a UtxoTransactionBuilder with custom UtxoSelectionStrategy
UtxoUtil - Class in com.bloxbean.cardano.client.util
Deprecated.
UtxoUtil() - Constructor for class com.bloxbean.cardano.client.util.UtxoUtil
Deprecated.
 

V

valueOf(String) - Static method in enum com.bloxbean.cardano.client.config.Configuration
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bloxbean.cardano.client.config.Configuration
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I M P R S T U V 
All Classes All Packages