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 | Class and Description |
---|---|
class |
PrivateKeyAccount |
Modifier and Type | Method and Description |
---|---|
PublicKeyAccount |
Transaction.getSenderPublicKey() |
PublicKeyAccount |
Signable.getSenderPublicKey() |
Modifier and Type | Method and Description |
---|---|
PublicKeyAccount |
PublicKeyAccountDeser.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
void |
PublicKeyAccountSer.serialize(PublicKeyAccount publicKeyAccount,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Modifier and Type | Method and Description |
---|---|
PublicKeyAccount |
Order.getMatcherPublicKey() |
PublicKeyAccount |
CancelOrder.getSender() |
PublicKeyAccount |
CancelOrder.getSenderPublicKey() |
PublicKeyAccount |
Order.getSenderPublicKey() |
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,
PrivateKeyAccount senderPublicKey,
PublicKeyAccount matcherKey) |
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) |
Constructor and Description |
---|
AliasTransactionV1(PublicKeyAccount senderPublicKey,
Alias alias,
long fee,
long timestamp,
ByteString signature) |
AliasTransactionV2(PublicKeyAccount senderPublicKey,
Alias alias,
long fee,
long timestamp,
List<ByteString> proofs) |
BurnTransactionV1(PublicKeyAccount senderPublicKey,
String assetId,
long amount,
long fee,
long timestamp,
ByteString signature) |
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) |
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) |
IssueTransactionV2(PublicKeyAccount senderPublicKey,
byte chainId,
String name,
String description,
long quantity,
byte decimals,
boolean reissuable,
String script,
long fee,
long timestamp,
List<ByteString> proofs) |
LeaseCancelTransactionV1(PublicKeyAccount senderPublicKey,
String leaseId,
long fee,
long timestamp,
ByteString signature) |
LeaseCancelTransactionV2(PublicKeyAccount senderPublicKey,
byte chainId,
String leaseId,
long fee,
long timestamp,
List<ByteString> proofs) |
LeaseTransactionV1(PublicKeyAccount senderPublicKey,
String recipient,
long amount,
long fee,
long timestamp,
ByteString signature) |
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) |
ReissueTransactionV1(PublicKeyAccount senderPublicKey,
String assetId,
long quantity,
boolean reissuable,
long fee,
long timestamp,
ByteString signature) |
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) |
TransferTransactionV1(PublicKeyAccount senderPublicKey,
String recipient,
long amount,
String assetId,
long fee,
String feeAssetId,
ByteString attachment,
long timestamp,
ByteString signature) |
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) |
Copyright © 2019. All rights reserved.