Class | Description |
---|---|
FeeCalculation |
Sample Java program which demonstrates how to calculate best bundling fee for child chain transactions
|
InProcessApiCalls |
Sample Java program which demonstrates use of APIs locally without relying on a remote node
|
LocalSigning |
Sample Java program which creates a transaction on a remote node, signs it locally, then broadcasts it to a remote node
|
MessageDecryption |
Sample Java program which iterates through blockchain transactions and decrypts their attached message
|
MessageEncryption |
Sample Java program to encrypt a message locally, then send the encrypted data to a remote node without exposing the passphrase
|
PhasedTransaction |
Sample Java program which demonstrates how to submit a phased transaction
|
WaitForBlock |
Sample Java program which registers a listener and waits for the next block
|