Package foundation.omni.sendtool
Class SendTool
java.lang.Object
foundation.omni.sendtool.SendTool
Omni transaction sending tool that uses a local keychain and a remote, address-indexed Omni Core server (or OmniProxy)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
CompletableFuture
<org.bitcoinj.base.Sha256Hash> send
(org.bitcoinj.base.Address fromAddress, org.bitcoinj.base.Address toAddress, CurrencyID currencyId, OmniDivisibleValue amount)
-
Field Details
-
mnemonicString
- See Also:
-
creationInstant
-
-
Constructor Details
-
SendTool
public SendTool()
-
-
Method Details
-
main
- Throws:
IOException
-
send
public CompletableFuture<org.bitcoinj.base.Sha256Hash> send(org.bitcoinj.base.Address fromAddress, org.bitcoinj.base.Address toAddress, CurrencyID currencyId, OmniDivisibleValue amount) throws IOException - Throws:
IOException
-