Package | Description |
---|---|
com.zbsnetwork.zbsjava | |
com.zbsnetwork.zbsjava.transactions |
Modifier and Type | Class and Description |
---|---|
static class |
DataEntry.BinaryEntry |
static class |
DataEntry.BooleanEntry |
static class |
DataEntry.LongEntry |
static class |
DataEntry.StringEntry |
Modifier and Type | Method and Description |
---|---|
String |
Node.data(PrivateKeyAccount from,
Collection<DataEntry<?>> data,
long fee) |
static DataTransaction |
Transactions.makeDataTx(PrivateKeyAccount sender,
Collection<DataEntry<?>> data,
long fee) |
static DataTransaction |
Transactions.makeDataTx(PrivateKeyAccount sender,
Collection<DataEntry<?>> data,
long fee,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
Collection<DataEntry<?>> |
DataTransaction.getData() |
Constructor and Description |
---|
DataTransaction(PrivateKeyAccount senderPublicKey,
Collection<DataEntry<?>> data,
long fee,
long timestamp) |
DataTransaction(PublicKeyAccount senderPublicKey,
Collection<DataEntry<?>> data,
long fee,
long timestamp,
List<ByteString> proofs) |
Copyright © 2019. All rights reserved.