All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static InternalTransactionBean |
assignOverflow(String from,
String to,
String message) |
assign the overflow address (to) to the main address (from)
|
static InternalTransactionBean |
assignOverflow(String from,
String to,
String message,
Date notBefore) |
assign the overflow address (to) to the main address (from)
|
static InternalTransactionBean |
blob(String from,
String to,
String message) |
|
static InternalTransactionBean |
blob(String from,
String to,
String message,
Date notBefore) |
|
static InternalBlockBean |
block(TransactionBean coinbase,
TransactionBean previousBlock,
TransactionBean blockHash,
ConcurrentSkipListMap<String,String> forwardKeys,
ConcurrentSkipListMap<String,TkmRewardBean> rewardList,
ConcurrentSkipListSet<PrivateBlockTxBean> transactions) |
|
static InternalTransactionBean |
blockHash(String from,
int epoch,
int slot,
String message) |
|
static InternalTransactionBean |
blockHash(String from,
int epoch,
int slot,
String message,
Date notBefore) |
|
static InternalTransactionBean |
coinBase(String to,
int epoch,
int slot,
BigInteger greenValue,
BigInteger redValue,
String message) |
|
static InternalTransactionBean |
coinBase(String to,
int epoch,
int slot,
BigInteger greenValue,
BigInteger redValue,
String message,
Date notBefore) |
|
static InternalTransactionBean |
contractCall(String from,
String to,
String message) |
|
static InternalTransactionBean |
contractCall(String from,
String to,
String message,
Date notBefore) |
|
static InternalTransactionBean |
contractDeploy(String from,
String message) |
|
static InternalTransactionBean |
contractDeploy(String from,
String message,
Date notBefore) |
|
static InternalTransactionBean |
contractInstance(String from,
String to,
String message) |
|
static InternalTransactionBean |
contractInstance(String from,
String to,
String message,
Date notBefore) |
|
static InternalTransactionBean |
declaration(String to,
BigInteger greenValue,
BigInteger redValue,
String message) |
|
static InternalTransactionBean |
declaration(String to,
BigInteger greenValue,
BigInteger redValue,
String message,
Date notBefore) |
|
static InternalTransactionBean |
deregisterMain(String from,
String message) |
|
static InternalTransactionBean |
deregisterMain(String from,
String message,
Date notBefore) |
|
static InternalTransactionBean |
deregisterOverflow(String from,
String message) |
|
static InternalTransactionBean |
deregisterOverflow(String from,
String message,
Date notBefore) |
|
static InternalTransactionBean |
pay(String from,
String to,
BigInteger greenValue,
BigInteger redValue,
String message) |
|
static InternalTransactionBean |
pay(String from,
String to,
BigInteger greenValue,
BigInteger redValue,
String message,
Date notBefore) |
|
static InternalTransactionBean |
previousBlock(String from,
int epoch,
int slot,
String message) |
|
static InternalTransactionBean |
previousBlock(String from,
int epoch,
int slot,
String message,
Date notBefore) |
|
static InternalTransactionBean |
registerMain(String from,
String message) |
|
static InternalTransactionBean |
registerMain(String from,
String message,
Date notBefore) |
|
static InternalTransactionBean |
registerOverflow(String from,
String message) |
|
static InternalTransactionBean |
registerOverflow(String from,
String message,
Date notBefore) |
|
static InternalTransactionBean |
stake(String from,
String to,
BigInteger greenValue,
String message) |
|
static InternalTransactionBean |
stake(String from,
String to,
BigInteger greenValue,
String message,
Date notBefore) |
|
static InternalTransactionBean |
stakeUndo(String from,
String message) |
|
static InternalTransactionBean |
stakeUndo(String from,
String message,
Date notBefore) |
|
static InternalTransactionBean |
statePointerTransaction(String from,
String to,
int epoch,
int slot,
String message) |
|
static InternalTransactionBean |
statePointerTransaction(String from,
String to,
int epoch,
int slot,
String message,
Date notBefore) |
|
static InternalTransactionBean |
unassignOverflow(String from,
String to,
String message) |
|
static InternalTransactionBean |
unassignOverflow(String from,
String to,
String message,
Date notBefore) |
|