Interface OmniClientRawTxSupport

All Known Subinterfaces:
OmniTestClientMethods
All Known Implementing Classes:
OmniClient, OmniTestClient

public interface OmniClientRawTxSupport
Methods needed to support OmniTestClientMethods interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bitcoinj.base.Sha256Hash
    omniSendRawTx(org.bitcoinj.base.Address fromAddress, String rawTxHex)
     
    org.bitcoinj.base.Sha256Hash
    omniSendRawTx(org.bitcoinj.base.Address fromAddress, String rawTxHex, org.bitcoinj.base.Address referenceAddress)