Class | Description |
---|---|
FeeCalculation |
Show how to calculate best bundling fee for child chain transactions
|
InProcessApiCalls |
Use APIs locally without relying on a remote node
|
LocalSigning |
Create the transaction on a remote node, sign it locally, then broadcast to a remote node
|
MessageDecryption |
Scan for blockchain transactions and decrypt their attached message
|
MessageEncryption |
Encrypt a message locally, then send the encrypted data to a remote node
|
WaitForBlock |
Register a listener and wait for the next block
|