Package | Description |
---|---|
com.zbsnetwork.zbsjava | |
com.zbsnetwork.zbsjava.json.deser | |
com.zbsnetwork.zbsjava.json.ser | |
com.zbsnetwork.zbsjava.matcher | |
com.zbsnetwork.zbsjava.transactions |
Modifier and Type | Field and Description |
---|---|
static ByteString |
ByteString.EMPTY |
protected ByteString |
TransactionWithSignature.signature |
protected ByteString |
ObjectWithSignature.signature |
Modifier and Type | Field and Description |
---|---|
protected List<ByteString> |
TransactionWithProofs.proofs |
Modifier and Type | Method and Description |
---|---|
ByteString |
Transaction.getId()
Transaction ID.
|
ByteString |
WithId.getId() |
ByteString |
TransactionWithSignature.getSignature() |
ByteString |
ObjectWithSignature.getSignature() |
Modifier and Type | Method and Description |
---|---|
List<ByteString> |
TransactionWithProofs.getProofs() |
Modifier and Type | Method and Description |
---|---|
protected void |
TransactionWithProofs.setProofs(List<ByteString> proofs) |
Constructor and Description |
---|
BinaryEntry(String key,
ByteString value) |
Modifier and Type | Method and Description |
---|---|
ByteString |
ByteStringDeser.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
void |
ByteStringSer.serialize(ByteString byteString,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Modifier and Type | Method and Description |
---|---|
ByteString |
Order.getId() |
Constructor and Description |
---|
CancelOrder(PublicKeyAccount sender,
AssetPair assetPair,
long timestamp,
ByteString signature) |
CancelOrder(PublicKeyAccount sender,
AssetPair assetPair,
String orderId,
ByteString signature) |
DeleteOrder(PublicKeyAccount sender,
AssetPair assetPair,
long timestamp,
ByteString signature) |
DeleteOrder(PublicKeyAccount sender,
AssetPair assetPair,
String orderId,
ByteString signature) |
Order(Order.Type orderType,
AssetPair assetPair,
long amount,
long price,
long timestamp,
long expiration,
long matcherFee,
PublicKeyAccount senderPublicKey,
PublicKeyAccount matcherKey,
ByteString signature) |
Order(String id,
Order.Type orderType,
AssetPair assetPair,
long amount,
long price,
long timestamp,
long filled,
Order.Status status,
long expiration,
long matcherFee,
PublicKeyAccount senderPublicKey,
PublicKeyAccount matcherKey,
ByteString signature) |
Modifier and Type | Method and Description |
---|---|
ByteString |
TransferTransaction.getAttachment() |
ByteString |
MassTransferTransaction.getAttachment() |
ByteString |
TransferTransactionV2.getAttachment() |
ByteString |
TransferTransactionV1.getAttachment() |
ByteString |
UnknownTransaction.getId() |
ByteString |
AliasTransactionV1.getId() |
ByteString |
TransactionWithBytesHashId.getId() |
ByteString |
AliasTransactionV2.getId() |
Modifier and Type | Method and Description |
---|---|
LeaseTransactionV2 |
LeaseTransactionV2.withProof(int index,
ByteString proof) |
IssueTransactionV2 |
IssueTransactionV2.withProof(int index,
ByteString proof) |
BurnTransactionV2 |
BurnTransactionV2.withProof(int index,
ByteString proof) |
AliasTransactionV2 |
AliasTransactionV2.withProof(int index,
ByteString proof) |
Constructor and Description |
---|
AliasTransactionV1(PublicKeyAccount senderPublicKey,
Alias alias,
long fee,
long timestamp,
ByteString signature) |
BurnTransactionV1(PublicKeyAccount senderPublicKey,
String assetId,
long amount,
long fee,
long timestamp,
ByteString signature) |
ExchangeTransaction(long amount,
long price,
Order buyOrder,
Order sellOrder,
long buyMatcherFee,
long sellMatcherFee,
long fee,
long timestamp,
ByteString signature) |
ExchangeTransaction(PublicKeyAccount senderPublicKey,
long amount,
long price,
Order buyOrder,
Order sellOrder,
long buyMatcherFee,
long sellMatcherFee,
long fee,
long timestamp,
ByteString signature) |
IssueTransactionV1(PublicKeyAccount senderPublicKey,
String name,
String description,
long quantity,
byte decimals,
boolean reissuable,
long fee,
long timestamp,
ByteString signature) |
LeaseCancelTransactionV1(PublicKeyAccount senderPublicKey,
String leaseId,
long fee,
long timestamp,
ByteString signature) |
LeaseTransactionV1(PublicKeyAccount senderPublicKey,
String recipient,
long amount,
long fee,
long timestamp,
ByteString signature) |
MassTransferTransaction(PrivateKeyAccount senderPublicKey,
String assetId,
Collection<Transfer> transfers,
long fee,
ByteString attachment,
long timestamp) |
MassTransferTransaction(PublicKeyAccount senderPublicKey,
String assetId,
Collection<Transfer> transfers,
long fee,
ByteString attachment,
long timestamp,
List<ByteString> proofs) |
ReissueTransactionV1(PublicKeyAccount senderPublicKey,
String assetId,
long quantity,
boolean reissuable,
long fee,
long timestamp,
ByteString signature) |
TransferTransactionV1(PrivateKeyAccount senderPublicKey,
String recipient,
long amount,
String assetId,
long fee,
String feeAssetId,
ByteString attachment,
long timestamp) |
TransferTransactionV1(PublicKeyAccount senderPublicKey,
String recipient,
long amount,
String assetId,
long fee,
String feeAssetId,
ByteString attachment,
long timestamp,
ByteString signature) |
TransferTransactionV2(PrivateKeyAccount senderPublicKey,
String recipient,
long amount,
String assetId,
long fee,
String feeAssetId,
ByteString attachment,
long timestamp) |
TransferTransactionV2(PublicKeyAccount senderPublicKey,
String recipient,
long amount,
String assetId,
long fee,
String feeAssetId,
ByteString attachment,
long timestamp,
List<ByteString> proofs) |
UnknownTransaction(PublicKeyAccount senderPublicKey,
long timestamp,
long fee,
ByteString signature,
ByteString id,
byte version,
byte type) |
Constructor and Description |
---|
AliasTransactionV2(PublicKeyAccount senderPublicKey,
Alias alias,
long fee,
long timestamp,
List<ByteString> proofs) |
BurnTransactionV2(PublicKeyAccount senderPublicKey,
byte chainId,
String assetId,
long amount,
long fee,
long timestamp,
List<ByteString> proofs) |
DataTransaction(PublicKeyAccount senderPublicKey,
Collection<DataEntry<?>> data,
long fee,
long timestamp,
List<ByteString> proofs) |
IssueTransactionV2(PublicKeyAccount senderPublicKey,
byte chainId,
String name,
String description,
long quantity,
byte decimals,
boolean reissuable,
String script,
long fee,
long timestamp,
List<ByteString> proofs) |
LeaseCancelTransactionV2(PublicKeyAccount senderPublicKey,
byte chainId,
String leaseId,
long fee,
long timestamp,
List<ByteString> proofs) |
LeaseTransactionV2(PublicKeyAccount senderPublicKey,
String recipient,
long amount,
long fee,
long timestamp,
List<ByteString> proofs) |
MassTransferTransaction(PublicKeyAccount senderPublicKey,
String assetId,
Collection<Transfer> transfers,
long fee,
ByteString attachment,
long timestamp,
List<ByteString> proofs) |
ReissueTransactionV2(PublicKeyAccount senderPublicKey,
byte chainId,
String assetId,
long quantity,
boolean reissuable,
long fee,
long timestamp,
List<ByteString> proofs) |
SetScriptTransaction(PublicKeyAccount senderPublicKey,
String script,
byte chainId,
long fee,
long timestamp,
List<ByteString> proofs) |
SponsorTransaction(PublicKeyAccount senderPublicKey,
String assetId,
long minAssetFee,
long fee,
long timestamp,
List<ByteString> proofs) |
TransferTransactionV2(PublicKeyAccount senderPublicKey,
String recipient,
long amount,
String assetId,
long fee,
String feeAssetId,
ByteString attachment,
long timestamp,
List<ByteString> proofs) |
Copyright © 2019. All rights reserved.