Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

A

Account - Interface in com.zbsnetwork.zbsjava
 
addAll(byte[], byte[]) - Static method in class com.zbsnetwork.zbsjava.ByteArraysUtils
 
AddressVersion - Static variable in class com.zbsnetwork.zbsjava.Alias
 
Alias - Class in com.zbsnetwork.zbsjava
 
Alias(String, byte) - Constructor for class com.zbsnetwork.zbsjava.Alias
 
alias(PrivateKeyAccount, byte, String, long) - Method in class com.zbsnetwork.zbsjava.Node
 
ALIAS - Static variable in interface com.zbsnetwork.zbsjava.transactions.AliasTransaction
 
AliasDeser - Class in com.zbsnetwork.zbsjava.json.deser
 
AliasDeser(byte) - Constructor for class com.zbsnetwork.zbsjava.json.deser.AliasDeser
 
AliasSer - Class in com.zbsnetwork.zbsjava.json.ser
 
AliasSer() - Constructor for class com.zbsnetwork.zbsjava.json.ser.AliasSer
 
AliasTransaction - Interface in com.zbsnetwork.zbsjava.transactions
 
AliasTransactionV1 - Class in com.zbsnetwork.zbsjava.transactions
 
AliasTransactionV1(PrivateKeyAccount, Alias, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
AliasTransactionV1(PublicKeyAccount, Alias, long, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
AliasTransactionV2 - Class in com.zbsnetwork.zbsjava.transactions
 
AliasTransactionV2(PrivateKeyAccount, Alias, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
AliasTransactionV2(PublicKeyAccount, Alias, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
ALPHABET - Static variable in class com.zbsnetwork.zbsjava.Base58
 
AmountAndPrice - Class in com.zbsnetwork.zbsjava.matcher
 
AmountAndPrice(long, long) - Constructor for class com.zbsnetwork.zbsjava.matcher.AmountAndPrice
 
ApiJson - Interface in com.zbsnetwork.zbsjava
 
Asset - Class in com.zbsnetwork.zbsjava
 
Asset() - Constructor for class com.zbsnetwork.zbsjava.Asset
 
AssetPair - Class in com.zbsnetwork.zbsjava
 
AssetPair(String, String) - Constructor for class com.zbsnetwork.zbsjava.AssetPair
 
AssetPairSer - Class in com.zbsnetwork.zbsjava.json.ser
 
AssetPairSer() - Constructor for class com.zbsnetwork.zbsjava.json.ser.AssetPairSer
 

B

Base58 - Class in com.zbsnetwork.zbsjava
 
Base58() - Constructor for class com.zbsnetwork.zbsjava.Base58
 
Base64 - Class in com.zbsnetwork.zbsjava
 
Base64() - Constructor for class com.zbsnetwork.zbsjava.Base64
 
BinaryEntry(String, ByteString) - Constructor for class com.zbsnetwork.zbsjava.DataEntry.BinaryEntry
 
Block - Class in com.zbsnetwork.zbsjava
This class represents a block.
BooleanEntry(String, boolean) - Constructor for class com.zbsnetwork.zbsjava.DataEntry.BooleanEntry
 
BURN - Static variable in interface com.zbsnetwork.zbsjava.transactions.BurnTransaction
 
burnAsset(PrivateKeyAccount, byte, String, long, long) - Method in class com.zbsnetwork.zbsjava.Node
 
BurnTransaction - Interface in com.zbsnetwork.zbsjava.transactions
 
BurnTransactionV1 - Class in com.zbsnetwork.zbsjava.transactions
 
BurnTransactionV1(PrivateKeyAccount, String, long, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
BurnTransactionV1(PublicKeyAccount, String, long, long, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
BurnTransactionV2 - Class in com.zbsnetwork.zbsjava.transactions
 
BurnTransactionV2(PrivateKeyAccount, byte, String, long, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
BurnTransactionV2(PublicKeyAccount, byte, String, long, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
ByteArraysUtils - Class in com.zbsnetwork.zbsjava
 
ByteArraysUtils() - Constructor for class com.zbsnetwork.zbsjava.ByteArraysUtils
 
ByteString - Class in com.zbsnetwork.zbsjava
 
ByteString(String) - Constructor for class com.zbsnetwork.zbsjava.ByteString
 
ByteString(byte[]) - Constructor for class com.zbsnetwork.zbsjava.ByteString
 
ByteStringDeser - Class in com.zbsnetwork.zbsjava.json.deser
 
ByteStringDeser() - Constructor for class com.zbsnetwork.zbsjava.json.deser.ByteStringDeser
 
ByteStringSer - Class in com.zbsnetwork.zbsjava.json.ser
 
ByteStringSer() - Constructor for class com.zbsnetwork.zbsjava.json.ser.ByteStringSer
 
ByteUtils - Class in com.zbsnetwork.zbsjava
 
ByteUtils() - Constructor for class com.zbsnetwork.zbsjava.ByteUtils
 

C

cancelLease(PrivateKeyAccount, byte, String, long) - Method in class com.zbsnetwork.zbsjava.Node
 
CancelOrder - Class in com.zbsnetwork.zbsjava.matcher
 
CancelOrder(PrivateKeyAccount, AssetPair, String) - Constructor for class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
CancelOrder(PrivateKeyAccount, AssetPair, long) - Constructor for class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
CancelOrder(PublicKeyAccount, AssetPair, String, ByteString) - Constructor for class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
CancelOrder(PublicKeyAccount, AssetPair, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
cancelOrder(PrivateKeyAccount, AssetPair, String) - Method in class com.zbsnetwork.zbsjava.Node
 
com.zbsnetwork.zbsjava - package com.zbsnetwork.zbsjava
 
com.zbsnetwork.zbsjava.json - package com.zbsnetwork.zbsjava.json
 
com.zbsnetwork.zbsjava.json.deser - package com.zbsnetwork.zbsjava.json.deser
 
com.zbsnetwork.zbsjava.json.ser - package com.zbsnetwork.zbsjava.json.ser
 
com.zbsnetwork.zbsjava.matcher - package com.zbsnetwork.zbsjava.matcher
 
com.zbsnetwork.zbsjava.transactions - package com.zbsnetwork.zbsjava.transactions
 
compileScript(String) - Method in class com.zbsnetwork.zbsjava.Node
Compiles a script.
createOrder(PrivateKeyAccount, String, AssetPair, Order.Type, long, long, long, long) - Method in class com.zbsnetwork.zbsjava.Node
 

D

data(PrivateKeyAccount, Collection<DataEntry<?>>, long) - Method in class com.zbsnetwork.zbsjava.Node
 
DATA - Static variable in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
DataEntry<T> - Class in com.zbsnetwork.zbsjava
 
DataEntry.BinaryEntry - Class in com.zbsnetwork.zbsjava
 
DataEntry.BooleanEntry - Class in com.zbsnetwork.zbsjava
 
DataEntry.LongEntry - Class in com.zbsnetwork.zbsjava
 
DataEntry.StringEntry - Class in com.zbsnetwork.zbsjava
 
DataEntryTypeResolver - Class in com.zbsnetwork.zbsjava
 
DataEntryTypeResolver() - Constructor for class com.zbsnetwork.zbsjava.DataEntryTypeResolver
 
DataTransaction - Class in com.zbsnetwork.zbsjava.transactions
 
DataTransaction(PublicKeyAccount, Collection<DataEntry<?>>, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
DataTransaction(PrivateKeyAccount, Collection<DataEntry<?>>, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
decode(String) - Static method in class com.zbsnetwork.zbsjava.Base58
Decodes the given base58 string into the original data bytes.
decode(String) - Static method in class com.zbsnetwork.zbsjava.Base64
 
decodeToBigInteger(String) - Static method in class com.zbsnetwork.zbsjava.Base58
 
DeleteOrder - Class in com.zbsnetwork.zbsjava.matcher
 
DeleteOrder(PrivateKeyAccount, AssetPair, String) - Constructor for class com.zbsnetwork.zbsjava.matcher.DeleteOrder
 
DeleteOrder(PrivateKeyAccount, AssetPair, long) - Constructor for class com.zbsnetwork.zbsjava.matcher.DeleteOrder
 
DeleteOrder(PublicKeyAccount, AssetPair, String, ByteString) - Constructor for class com.zbsnetwork.zbsjava.matcher.DeleteOrder
 
DeleteOrder(PublicKeyAccount, AssetPair, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.matcher.DeleteOrder
 
deleteOrder(PrivateKeyAccount, AssetPair, String) - Method in class com.zbsnetwork.zbsjava.Node
 
deserialize(JsonParser, DeserializationContext) - Method in class com.zbsnetwork.zbsjava.json.deser.AliasDeser
 
deserialize(JsonParser, DeserializationContext) - Method in class com.zbsnetwork.zbsjava.json.deser.ByteStringDeser
 
deserialize(JsonParser, DeserializationContext) - Method in class com.zbsnetwork.zbsjava.json.deser.OrderStatusDeser
 
deserialize(JsonParser, DeserializationContext) - Method in class com.zbsnetwork.zbsjava.json.deser.PublicKeyAccountDeser
 
deserialize(JsonParser, DeserializationContext) - Method in class com.zbsnetwork.zbsjava.json.deser.TransactionDeserializer
 

E

EMPTY - Static variable in class com.zbsnetwork.zbsjava.ByteString
 
encode(byte[]) - Static method in class com.zbsnetwork.zbsjava.Base58
Encodes the given bytes as a base58 string (no checksum is appended).
encode(byte[]) - Static method in class com.zbsnetwork.zbsjava.Base64
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.Alias
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.ByteString
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.DataEntry
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.PrivateKeyAccount
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.PublicKeyAccount
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
equals(Object) - Method in class com.zbsnetwork.zbsjava.Transfer
 
EXCHANGE - Static variable in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
ExchangeTransaction - Class in com.zbsnetwork.zbsjava.transactions
 
ExchangeTransaction(PrivateKeyAccount, long, long, Order, Order, long, long, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
ExchangeTransaction(long, long, Order, Order, long, long, long, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
ExchangeTransaction(PublicKeyAccount, long, long, Order, Order, long, long, long, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 

F

fromPrivateKey(String, byte) - Static method in class com.zbsnetwork.zbsjava.PrivateKeyAccount
 
fromRawString(String, byte) - Static method in class com.zbsnetwork.zbsjava.Alias
 
fromSeed(String, int, byte) - Static method in class com.zbsnetwork.zbsjava.PrivateKeyAccount
 
fromString(String) - Static method in class com.zbsnetwork.zbsjava.Alias
 
fromString(String) - Static method in enum com.zbsnetwork.zbsjava.matcher.Order.Status
 
fromString(String) - Static method in enum com.zbsnetwork.zbsjava.matcher.Order.Type
 

G

generateSeed() - Static method in class com.zbsnetwork.zbsjava.PrivateKeyAccount
Generates a 15-word random seed.
getAddrByAlias(String) - Method in class com.zbsnetwork.zbsjava.Node
 
getAddress() - Method in class com.zbsnetwork.zbsjava.PublicKeyAccount
 
getAlias() - Method in interface com.zbsnetwork.zbsjava.transactions.AliasTransaction
 
getAlias() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
getAlias() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
getAmount() - Method in class com.zbsnetwork.zbsjava.matcher.AmountAndPrice
 
getAmount() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getAmount() - Method in interface com.zbsnetwork.zbsjava.transactions.BurnTransaction
 
getAmount() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
getAmount() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getAmount() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getAmount() - Method in interface com.zbsnetwork.zbsjava.transactions.LeaseTransaction
 
getAmount() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
getAmount() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
getAmount() - Method in interface com.zbsnetwork.zbsjava.transactions.TransferTransaction
 
getAmount() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getAmount() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getAmount() - Method in class com.zbsnetwork.zbsjava.Transfer
 
getAmountAsset() - Method in class com.zbsnetwork.zbsjava.AssetPair
 
getAsks() - Method in class com.zbsnetwork.zbsjava.OrderBook
 
getAssetId() - Method in interface com.zbsnetwork.zbsjava.transactions.BurnTransaction
 
getAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
getAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getAssetId() - Method in interface com.zbsnetwork.zbsjava.transactions.ReissueTransaction
 
getAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
getAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
getAssetId() - Method in interface com.zbsnetwork.zbsjava.transactions.TransferTransaction
 
getAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getAssetPair() - Method in class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
getAssetPair() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getAttachment() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getAttachment() - Method in interface com.zbsnetwork.zbsjava.transactions.TransferTransaction
 
getAttachment() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getAttachment() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getBalance(String) - Method in class com.zbsnetwork.zbsjava.Node
 
getBalance(String, int) - Method in class com.zbsnetwork.zbsjava.Node
 
getBalance(String, String) - Method in class com.zbsnetwork.zbsjava.Node
 
getBase58String() - Method in class com.zbsnetwork.zbsjava.ByteString
 
getBids() - Method in class com.zbsnetwork.zbsjava.OrderBook
 
getBlock(int) - Method in class com.zbsnetwork.zbsjava.Node
Returns block at given height.
getBlock(String) - Method in class com.zbsnetwork.zbsjava.Node
Returns block by its signature.
getBuyMatcherFee() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getBytes() - Method in class com.zbsnetwork.zbsjava.Alias
 
getBytes() - Method in class com.zbsnetwork.zbsjava.ByteString
 
getBytes() - Method in class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
getBytes() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getBytes() - Method in interface com.zbsnetwork.zbsjava.Signable
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getBytes() - Method in class com.zbsnetwork.zbsjava.transactions.UnknownTransaction
 
getChainId() - Method in class com.zbsnetwork.zbsjava.Alias
 
getChainId() - Method in class com.zbsnetwork.zbsjava.PublicKeyAccount
 
getChainId() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getChainId() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getChainId() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
getChainId() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getChainId() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
getData() - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
getDecimals() - Method in interface com.zbsnetwork.zbsjava.transactions.IssueTransaction
 
getDecimals() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getDecimals() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getDescription() - Method in interface com.zbsnetwork.zbsjava.transactions.IssueTransaction
 
getDescription() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getDescription() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getExpiration() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getFee() - Method in class com.zbsnetwork.zbsjava.Block
 
getFee() - Method in interface com.zbsnetwork.zbsjava.Transaction
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
getFee() - Method in interface com.zbsnetwork.zbsjava.transactions.LeaseTransaction
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getFee() - Method in class com.zbsnetwork.zbsjava.transactions.UnknownTransaction
 
getFeeAssetId() - Method in interface com.zbsnetwork.zbsjava.transactions.TransferTransaction
 
getFeeAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getFeeAssetId() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getFilled() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getFilled() - Method in class com.zbsnetwork.zbsjava.OrderStatusInfo
 
getHeight() - Method in class com.zbsnetwork.zbsjava.Block
 
getHeight() - Method in class com.zbsnetwork.zbsjava.Node
 
getId() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getId() - Method in interface com.zbsnetwork.zbsjava.Transaction
Transaction ID.
getId() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
getId() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
getId() - Method in class com.zbsnetwork.zbsjava.transactions.TransactionWithBytesHashId
 
getId() - Method in class com.zbsnetwork.zbsjava.transactions.UnknownTransaction
 
getId() - Method in interface com.zbsnetwork.zbsjava.WithId
 
getKey() - Method in class com.zbsnetwork.zbsjava.DataEntry
 
getLeaseId() - Method in interface com.zbsnetwork.zbsjava.transactions.LeaseCancelTransaction
 
getLeaseId() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
getLeaseId() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
getMatcherFee() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getMatcherKey() - Method in class com.zbsnetwork.zbsjava.Node
 
getMatcherPublicKey() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getMechanism() - Method in class com.zbsnetwork.zbsjava.DataEntryTypeResolver
 
getMinAssetFee() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
getName() - Method in class com.zbsnetwork.zbsjava.Alias
 
getName() - Method in interface com.zbsnetwork.zbsjava.transactions.IssueTransaction
 
getName() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getName() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getObject() - Method in interface com.zbsnetwork.zbsjava.ProofedObject
 
getOnlyUsed(ByteBuffer) - Static method in class com.zbsnetwork.zbsjava.ByteArraysUtils
 
getOrder1() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getOrder2() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getOrderBook(AssetPair) - Method in class com.zbsnetwork.zbsjava.Node
 
getOrderId() - Method in class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
getOrders(PrivateKeyAccount) - Method in class com.zbsnetwork.zbsjava.Node
 
getOrders(PrivateKeyAccount, AssetPair) - Method in class com.zbsnetwork.zbsjava.Node
 
getOrderStatus(String, AssetPair) - Method in class com.zbsnetwork.zbsjava.Node
 
getOrderType() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getPrice() - Method in class com.zbsnetwork.zbsjava.matcher.AmountAndPrice
 
getPrice() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getPrice() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getPriceAsset() - Method in class com.zbsnetwork.zbsjava.AssetPair
 
getPrivateKey() - Method in class com.zbsnetwork.zbsjava.PrivateKeyAccount
 
getProofs() - Method in class com.zbsnetwork.zbsjava.TransactionWithProofs
 
getPublicKey() - Method in class com.zbsnetwork.zbsjava.PublicKeyAccount
 
getQuantity() - Method in interface com.zbsnetwork.zbsjava.transactions.IssueTransaction
 
getQuantity() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getQuantity() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getQuantity() - Method in interface com.zbsnetwork.zbsjava.transactions.ReissueTransaction
 
getQuantity() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
getQuantity() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getRecipient() - Method in interface com.zbsnetwork.zbsjava.transactions.LeaseTransaction
 
getRecipient() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
getRecipient() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
getRecipient() - Method in interface com.zbsnetwork.zbsjava.transactions.TransferTransaction
 
getRecipient() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getRecipient() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getRecipient() - Method in class com.zbsnetwork.zbsjava.Transfer
 
getScript() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getScript() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
getSellMatcherFee() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getSender() - Method in class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getSenderPublicKey() - Method in interface com.zbsnetwork.zbsjava.Signable
 
getSenderPublicKey() - Method in interface com.zbsnetwork.zbsjava.Transaction
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getSenderPublicKey() - Method in class com.zbsnetwork.zbsjava.transactions.UnknownTransaction
 
getSignature() - Method in class com.zbsnetwork.zbsjava.Block
 
getSignature() - Method in class com.zbsnetwork.zbsjava.ObjectWithSignature
 
getSignature() - Method in class com.zbsnetwork.zbsjava.TransactionWithSignature
 
getSize() - Method in class com.zbsnetwork.zbsjava.Block
 
getStatus() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getStatus() - Method in class com.zbsnetwork.zbsjava.OrderStatusInfo
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.Block
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.matcher.CancelOrder
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
getTimestamp() - Method in interface com.zbsnetwork.zbsjava.Transaction
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
getTimestamp() - Method in interface com.zbsnetwork.zbsjava.transactions.LeaseTransaction
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getTimestamp() - Method in class com.zbsnetwork.zbsjava.transactions.UnknownTransaction
 
getTransaction(String) - Method in class com.zbsnetwork.zbsjava.Node
Returns object by its ID.
getTransactionData(String) - Method in class com.zbsnetwork.zbsjava.Node
 
getTransactions() - Method in class com.zbsnetwork.zbsjava.Block
 
getTransfers() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getType() - Method in class com.zbsnetwork.zbsjava.DataEntry
 
getType() - Method in interface com.zbsnetwork.zbsjava.Transaction
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getType() - Method in class com.zbsnetwork.zbsjava.transactions.UnknownTransaction
 
getValue() - Method in class com.zbsnetwork.zbsjava.DataEntry
 
getVersion() - Method in class com.zbsnetwork.zbsjava.Block
 
getVersion() - Method in class com.zbsnetwork.zbsjava.Node
 
getVersion() - Method in interface com.zbsnetwork.zbsjava.Transaction
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
getVersion() - Method in class com.zbsnetwork.zbsjava.transactions.UnknownTransaction
 

H

hash(byte[]) - Static method in class com.zbsnetwork.zbsjava.ByteUtils
 
hashCode() - Method in class com.zbsnetwork.zbsjava.Alias
 
hashCode() - Method in class com.zbsnetwork.zbsjava.ByteString
 
hashCode() - Method in class com.zbsnetwork.zbsjava.DataEntry
 
hashCode() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
hashCode() - Method in class com.zbsnetwork.zbsjava.PrivateKeyAccount
 
hashCode() - Method in class com.zbsnetwork.zbsjava.PublicKeyAccount
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV1
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV1
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.DataTransaction
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.ExchangeTransaction
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
hashCode() - Method in class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
hashCode() - Method in class com.zbsnetwork.zbsjava.Transfer
 

I

idFromValue(Object) - Method in class com.zbsnetwork.zbsjava.DataEntryTypeResolver
 
idFromValueAndType(Object, Class<?>) - Method in class com.zbsnetwork.zbsjava.DataEntryTypeResolver
 
isActive() - Method in class com.zbsnetwork.zbsjava.matcher.Order
 
isActive() - Method in enum com.zbsnetwork.zbsjava.matcher.Order.Status
 
isReissuable() - Method in interface com.zbsnetwork.zbsjava.transactions.IssueTransaction
 
isReissuable() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
isReissuable() - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
isReissuable() - Method in interface com.zbsnetwork.zbsjava.transactions.ReissueTransaction
 
isReissuable() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
isReissuable() - Method in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
ISSUE - Static variable in interface com.zbsnetwork.zbsjava.transactions.IssueTransaction
 
ISSUE - Static variable in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
ISSUE - Static variable in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
issueAsset(PrivateKeyAccount, byte, String, String, long, byte, boolean, String, long) - Method in class com.zbsnetwork.zbsjava.Node
 
IssueTransaction - Interface in com.zbsnetwork.zbsjava.transactions
 
IssueTransactionV1 - Class in com.zbsnetwork.zbsjava.transactions
 
IssueTransactionV1(PrivateKeyAccount, String, String, long, byte, boolean, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
IssueTransactionV1(PublicKeyAccount, String, String, long, byte, boolean, long, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.IssueTransactionV1
 
IssueTransactionV2 - Class in com.zbsnetwork.zbsjava.transactions
 
IssueTransactionV2(PrivateKeyAccount, byte, String, String, long, byte, boolean, String, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
IssueTransactionV2(PublicKeyAccount, byte, String, String, long, byte, boolean, String, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
isZbs(String) - Static method in class com.zbsnetwork.zbsjava.Asset
 

K

KBYTE - Static variable in class com.zbsnetwork.zbsjava.ByteUtils
 

L

lease(PrivateKeyAccount, String, long, long) - Method in class com.zbsnetwork.zbsjava.Node
 
LEASE - Static variable in interface com.zbsnetwork.zbsjava.transactions.LeaseTransaction
 
LEASE - Static variable in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
LEASE - Static variable in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
LEASE_CANCEL - Static variable in interface com.zbsnetwork.zbsjava.transactions.LeaseCancelTransaction
 
LEASE_CANCEL - Static variable in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
LEASE_CANCEL - Static variable in class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
LeaseCancelTransaction - Interface in com.zbsnetwork.zbsjava.transactions
 
LeaseCancelTransactionV1 - Class in com.zbsnetwork.zbsjava.transactions
 
LeaseCancelTransactionV1(PublicKeyAccount, String, long, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
LeaseCancelTransactionV1(PrivateKeyAccount, String, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV1
 
LeaseCancelTransactionV2 - Class in com.zbsnetwork.zbsjava.transactions
 
LeaseCancelTransactionV2(PublicKeyAccount, byte, String, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
LeaseCancelTransactionV2(PrivateKeyAccount, byte, String, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.LeaseCancelTransactionV2
 
LeaseTransaction - Interface in com.zbsnetwork.zbsjava.transactions
 
LeaseTransactionV1 - Class in com.zbsnetwork.zbsjava.transactions
 
LeaseTransactionV1(PrivateKeyAccount, String, long, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
LeaseTransactionV1(PublicKeyAccount, String, long, long, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV1
 
LeaseTransactionV2 - Class in com.zbsnetwork.zbsjava.transactions
 
LeaseTransactionV2(PrivateKeyAccount, String, long, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
LeaseTransactionV2(PublicKeyAccount, String, long, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
LongEntry(String, long) - Constructor for class com.zbsnetwork.zbsjava.DataEntry.LongEntry
 

M

main(String[]) - Static method in class com.zbsnetwork.zbsjava.json.Test
 
MAINNET - Static variable in interface com.zbsnetwork.zbsjava.Account
 
makeAliasTx(PrivateKeyAccount, String, byte, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeAliasTx(PrivateKeyAccount, String, byte, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeBurnTx(PrivateKeyAccount, byte, String, long, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeBurnTx(PrivateKeyAccount, byte, String, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeDataTx(PrivateKeyAccount, Collection<DataEntry<?>>, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeDataTx(PrivateKeyAccount, Collection<DataEntry<?>>, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeDeleteOrder(PrivateKeyAccount, AssetPair, String) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeIssueTx(PrivateKeyAccount, byte, String, String, long, byte, boolean, String, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeIssueTx(PrivateKeyAccount, byte, String, String, long, byte, boolean, String, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeLeaseCancelTx(PrivateKeyAccount, byte, String, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeLeaseCancelTx(PrivateKeyAccount, byte, String, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeLeaseTx(PrivateKeyAccount, String, long, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeLeaseTx(PrivateKeyAccount, String, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeMassTransferTx(PrivateKeyAccount, String, Collection<Transfer>, long, String, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeMassTransferTx(PrivateKeyAccount, String, Collection<Transfer>, long, String) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeOrderCancelTx(PrivateKeyAccount, AssetPair, String) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeOrderTx(PrivateKeyAccount, String, Order.Type, AssetPair, long, long, long, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeOrderTx(PrivateKeyAccount, String, Order.Type, AssetPair, long, long, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeReissueTx(PrivateKeyAccount, byte, String, long, boolean, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeReissueTx(PrivateKeyAccount, byte, String, long, boolean, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeScriptTx(PrivateKeyAccount, String, byte, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
Creates a signed SetScript object.
makeScriptTx(PrivateKeyAccount, String, byte, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeSponsorTx(PrivateKeyAccount, String, long, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeSponsorTx(PrivateKeyAccount, String, long, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeTransferTx(PrivateKeyAccount, String, long, String, long, String, String, long) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
makeTransferTx(PrivateKeyAccount, String, long, String, long, String, String) - Static method in class com.zbsnetwork.zbsjava.Transactions
 
MASS_TRANSFER - Static variable in class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
massTransfer(PrivateKeyAccount, String, Collection<Transfer>, long, String) - Method in class com.zbsnetwork.zbsjava.Node
 
MassTransferTransaction - Class in com.zbsnetwork.zbsjava.transactions
 
MassTransferTransaction(PublicKeyAccount, String, Collection<Transfer>, long, ByteString, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
MassTransferTransaction(PrivateKeyAccount, String, Collection<Transfer>, long, ByteString, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.MassTransferTransaction
 
MAX_LENGTH - Static variable in class com.zbsnetwork.zbsjava.Alias
 
MAX_PROOF_COUNT - Static variable in class com.zbsnetwork.zbsjava.TransactionWithProofs
 
MILLI - Static variable in class com.zbsnetwork.zbsjava.Asset
 
MIN_LENGTH - Static variable in class com.zbsnetwork.zbsjava.Alias
 

N

Node - Class in com.zbsnetwork.zbsjava
 
Node() - Constructor for class com.zbsnetwork.zbsjava.Node
 
Node(String, char) - Constructor for class com.zbsnetwork.zbsjava.Node
 
Node(String, char, HttpClient) - Constructor for class com.zbsnetwork.zbsjava.Node
 
normalize(String) - Static method in class com.zbsnetwork.zbsjava.Asset
 

O

ObjectWithSignature - Class in com.zbsnetwork.zbsjava
 
ObjectWithSignature() - Constructor for class com.zbsnetwork.zbsjava.ObjectWithSignature
 
Order - Class in com.zbsnetwork.zbsjava.matcher
 
Order(Order.Type, AssetPair, long, long, long, long, long, PrivateKeyAccount, PublicKeyAccount) - Constructor for class com.zbsnetwork.zbsjava.matcher.Order
 
Order(Order.Type, AssetPair, long, long, long, long, long, PublicKeyAccount, PublicKeyAccount, ByteString) - Constructor for class com.zbsnetwork.zbsjava.matcher.Order
 
Order(String, Order.Type, AssetPair, long, long, long, long, Order.Status, long, long, PublicKeyAccount, PublicKeyAccount, ByteString) - Constructor for class com.zbsnetwork.zbsjava.matcher.Order
 
Order.Status - Enum in com.zbsnetwork.zbsjava.matcher
 
Order.Type - Enum in com.zbsnetwork.zbsjava.matcher
 
OrderBook - Class in com.zbsnetwork.zbsjava
 
OrderStatusDeser - Class in com.zbsnetwork.zbsjava.json.deser
 
OrderStatusDeser() - Constructor for class com.zbsnetwork.zbsjava.json.deser.OrderStatusDeser
 
OrderStatusInfo - Class in com.zbsnetwork.zbsjava
 
OrderTypeSer - Class in com.zbsnetwork.zbsjava.json.ser
 
OrderTypeSer() - Constructor for class com.zbsnetwork.zbsjava.json.ser.OrderTypeSer
 

P

PREFIX - Static variable in class com.zbsnetwork.zbsjava.Alias
 
PrivateKeyAccount - Class in com.zbsnetwork.zbsjava
 
ProofedObject<T> - Interface in com.zbsnetwork.zbsjava
 
proofs - Variable in class com.zbsnetwork.zbsjava.TransactionWithProofs
 
PublicKeyAccount - Class in com.zbsnetwork.zbsjava
 
PublicKeyAccount(byte[], byte) - Constructor for class com.zbsnetwork.zbsjava.PublicKeyAccount
 
PublicKeyAccount(String, byte) - Constructor for class com.zbsnetwork.zbsjava.PublicKeyAccount
 
PublicKeyAccountDeser - Class in com.zbsnetwork.zbsjava.json.deser
 
PublicKeyAccountDeser(byte) - Constructor for class com.zbsnetwork.zbsjava.json.deser.PublicKeyAccountDeser
 
PublicKeyAccountSer - Class in com.zbsnetwork.zbsjava.json.ser
 
PublicKeyAccountSer() - Constructor for class com.zbsnetwork.zbsjava.json.ser.PublicKeyAccountSer
 
putAsset(ByteBuffer, String) - Static method in class com.zbsnetwork.zbsjava.ByteUtils
 
putBytes(ByteBuffer, byte[]) - Static method in class com.zbsnetwork.zbsjava.ByteUtils
 
putRecipient(ByteBuffer, byte, String) - Static method in class com.zbsnetwork.zbsjava.ByteUtils
 
putScript(ByteBuffer, String) - Static method in class com.zbsnetwork.zbsjava.ByteUtils
 
putString(ByteBuffer, String) - Static method in class com.zbsnetwork.zbsjava.ByteUtils
 

R

REISSUE - Static variable in interface com.zbsnetwork.zbsjava.transactions.ReissueTransaction
 
REISSUE - Static variable in class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
reissueAsset(PrivateKeyAccount, byte, String, long, boolean, long) - Method in class com.zbsnetwork.zbsjava.Node
 
ReissueTransaction - Interface in com.zbsnetwork.zbsjava.transactions
 
ReissueTransactionV1 - Class in com.zbsnetwork.zbsjava.transactions
 
ReissueTransactionV1(PublicKeyAccount, String, long, boolean, long, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
ReissueTransactionV1(PrivateKeyAccount, String, long, boolean, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV1
 
ReissueTransactionV2 - Class in com.zbsnetwork.zbsjava.transactions
 
ReissueTransactionV2(PublicKeyAccount, byte, String, long, boolean, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 
ReissueTransactionV2(PrivateKeyAccount, byte, String, long, boolean, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.ReissueTransactionV2
 

S

send(Transaction) - Method in class com.zbsnetwork.zbsjava.Node
Sends a signed object and returns its ID.
serialize(Alias, JsonGenerator, SerializerProvider) - Method in class com.zbsnetwork.zbsjava.json.ser.AliasSer
 
serialize(AssetPair, JsonGenerator, SerializerProvider) - Method in class com.zbsnetwork.zbsjava.json.ser.AssetPairSer
 
serialize(ByteString, JsonGenerator, SerializerProvider) - Method in class com.zbsnetwork.zbsjava.json.ser.ByteStringSer
 
serialize(Order.Type, JsonGenerator, SerializerProvider) - Method in class com.zbsnetwork.zbsjava.json.ser.OrderTypeSer
 
serialize(PublicKeyAccount, JsonGenerator, SerializerProvider) - Method in class com.zbsnetwork.zbsjava.json.ser.PublicKeyAccountSer
 
SET_SCRIPT - Static variable in class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
setProofs(List<ByteString>) - Method in class com.zbsnetwork.zbsjava.TransactionWithProofs
 
setScript(PrivateKeyAccount, String, byte, long) - Method in class com.zbsnetwork.zbsjava.Node
Sets a validating script for an account.
SetScriptTransaction - Class in com.zbsnetwork.zbsjava.transactions
 
SetScriptTransaction(PublicKeyAccount, String, byte, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
SetScriptTransaction(PrivateKeyAccount, String, byte, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.SetScriptTransaction
 
sign(PrivateKeyAccount, ByteBuffer) - Static method in class com.zbsnetwork.zbsjava.ByteUtils
 
sign(Transaction) - Method in class com.zbsnetwork.zbsjava.PrivateKeyAccount
Signs a object and returns Base58-encoded signature.
sign(byte[]) - Method in class com.zbsnetwork.zbsjava.PrivateKeyAccount
 
Signable - Interface in com.zbsnetwork.zbsjava
 
signature - Variable in class com.zbsnetwork.zbsjava.ObjectWithSignature
 
signature - Variable in class com.zbsnetwork.zbsjava.TransactionWithSignature
 
size() - Method in class com.zbsnetwork.zbsjava.DataEntry.BinaryEntry
 
size() - Method in class com.zbsnetwork.zbsjava.DataEntry.BooleanEntry
 
size() - Method in class com.zbsnetwork.zbsjava.DataEntry.LongEntry
 
size() - Method in class com.zbsnetwork.zbsjava.DataEntry
 
size() - Method in class com.zbsnetwork.zbsjava.DataEntry.StringEntry
 
SPONSOR - Static variable in class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
sponsorAsset(PrivateKeyAccount, String, long, long) - Method in class com.zbsnetwork.zbsjava.Node
 
SponsorTransaction - Class in com.zbsnetwork.zbsjava.transactions
 
SponsorTransaction(PublicKeyAccount, String, long, long, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
SponsorTransaction(PrivateKeyAccount, String, long, long, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.SponsorTransaction
 
StringEntry(String, String) - Constructor for class com.zbsnetwork.zbsjava.DataEntry.StringEntry
 

T

Test - Class in com.zbsnetwork.zbsjava.json
 
Test() - Constructor for class com.zbsnetwork.zbsjava.json.Test
 
TESTNET - Static variable in interface com.zbsnetwork.zbsjava.Account
 
toBytes(ByteBuffer) - Static method in class com.zbsnetwork.zbsjava.ByteUtils
 
toJson() - Method in enum com.zbsnetwork.zbsjava.matcher.Order.Type
 
toJsonObject(String) - Static method in class com.zbsnetwork.zbsjava.Asset
 
TOKEN - Static variable in class com.zbsnetwork.zbsjava.Asset
 
toString() - Method in class com.zbsnetwork.zbsjava.Alias
 
toString() - Method in class com.zbsnetwork.zbsjava.AssetPair
 
Transaction - Interface in com.zbsnetwork.zbsjava
 
TransactionDeserializer - Class in com.zbsnetwork.zbsjava.json.deser
 
TransactionDeserializer(ObjectMapper) - Constructor for class com.zbsnetwork.zbsjava.json.deser.TransactionDeserializer
 
Transactions - Class in com.zbsnetwork.zbsjava
 
Transactions() - Constructor for class com.zbsnetwork.zbsjava.Transactions
 
TransactionWithBytesHashId - Class in com.zbsnetwork.zbsjava.transactions
 
TransactionWithBytesHashId() - Constructor for class com.zbsnetwork.zbsjava.transactions.TransactionWithBytesHashId
 
TransactionWithProofs - Class in com.zbsnetwork.zbsjava
 
TransactionWithProofs() - Constructor for class com.zbsnetwork.zbsjava.TransactionWithProofs
 
TransactionWithSignature - Class in com.zbsnetwork.zbsjava
 
TransactionWithSignature() - Constructor for class com.zbsnetwork.zbsjava.TransactionWithSignature
 
transfer(PrivateKeyAccount, String, long, long, String) - Method in class com.zbsnetwork.zbsjava.Node
 
transfer(PrivateKeyAccount, String, String, long, long, String, String) - Method in class com.zbsnetwork.zbsjava.Node
 
TRANSFER - Static variable in interface com.zbsnetwork.zbsjava.transactions.TransferTransaction
 
Transfer - Class in com.zbsnetwork.zbsjava
 
Transfer(String, long) - Constructor for class com.zbsnetwork.zbsjava.Transfer
 
TransferTransaction - Interface in com.zbsnetwork.zbsjava.transactions
 
TransferTransactionV1 - Class in com.zbsnetwork.zbsjava.transactions
 
TransferTransactionV1(PublicKeyAccount, String, long, String, long, String, ByteString, long, ByteString) - Constructor for class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
TransferTransactionV1(PrivateKeyAccount, String, long, String, long, String, ByteString, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.TransferTransactionV1
 
TransferTransactionV2 - Class in com.zbsnetwork.zbsjava.transactions
 
TransferTransactionV2(PublicKeyAccount, String, long, String, long, String, ByteString, long, List<ByteString>) - Constructor for class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
TransferTransactionV2(PrivateKeyAccount, String, long, String, long, String, ByteString, long) - Constructor for class com.zbsnetwork.zbsjava.transactions.TransferTransactionV2
 
typeFromId(DatabindContext, String) - Method in class com.zbsnetwork.zbsjava.DataEntryTypeResolver
 

U

UnknownTransaction - Class in com.zbsnetwork.zbsjava.transactions
 
UnknownTransaction(PublicKeyAccount, long, long, ByteString, ByteString, byte, byte) - Constructor for class com.zbsnetwork.zbsjava.transactions.UnknownTransaction
 
UTF8 - Static variable in class com.zbsnetwork.zbsjava.ByteUtils
 

V

V1 - Static variable in interface com.zbsnetwork.zbsjava.Transaction
 
V2 - Static variable in interface com.zbsnetwork.zbsjava.Transaction
 
validateAddresses(String) - Method in class com.zbsnetwork.zbsjava.Node
 
valueOf(String) - Static method in enum com.zbsnetwork.zbsjava.matcher.Order.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zbsnetwork.zbsjava.matcher.Order.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.zbsnetwork.zbsjava.matcher.Order.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zbsnetwork.zbsjava.matcher.Order.Type
Returns an array containing the constants of this enum type, in the order they are declared.
verifySignature() - Method in class com.zbsnetwork.zbsjava.ObjectWithSignature
 
verifySignature() - Method in class com.zbsnetwork.zbsjava.TransactionWithSignature
 

W

WithId - Interface in com.zbsnetwork.zbsjava
 
withProof(int, ByteString) - Method in class com.zbsnetwork.zbsjava.transactions.AliasTransactionV2
 
withProof(int, ByteString) - Method in class com.zbsnetwork.zbsjava.transactions.BurnTransactionV2
 
withProof(int, ByteString) - Method in class com.zbsnetwork.zbsjava.transactions.IssueTransactionV2
 
withProof(int, ByteString) - Method in class com.zbsnetwork.zbsjava.transactions.LeaseTransactionV2
 
write(ByteBuffer) - Method in class com.zbsnetwork.zbsjava.DataEntry.BinaryEntry
 
write(ByteBuffer) - Method in class com.zbsnetwork.zbsjava.DataEntry.BooleanEntry
 
write(ByteBuffer) - Method in class com.zbsnetwork.zbsjava.DataEntry.LongEntry
 
write(ByteBuffer) - Method in class com.zbsnetwork.zbsjava.DataEntry.StringEntry
 
write(ByteBuffer) - Method in class com.zbsnetwork.zbsjava.DataEntry
 

Z

ZBS - Static variable in class com.zbsnetwork.zbsjava.Asset
Constant used to represent ZBS token in asset transactions.
ZbsJsonMapper - Class in com.zbsnetwork.zbsjava.json
 
ZbsJsonMapper(byte) - Constructor for class com.zbsnetwork.zbsjava.json.ZbsJsonMapper
 
ZbsModule - Class in com.zbsnetwork.zbsjava.json
 
ZbsModule(byte, ObjectMapper) - Constructor for class com.zbsnetwork.zbsjava.json.ZbsModule
 
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2019. All rights reserved.