Interface OmniTestClientAccessor


public interface OmniTestClientAccessor
Interface for tests that use a BitcoinExtendedClient
  • Method Summary

    Modifier and Type
    Method
    Description
    Preferred accessor
    JavaBeans style getter/accessor (for Groovy, etc)
  • Method Details

    • client

      OmniTestClient client()
      Preferred accessor
      Returns:
      The Omni Client
    • getClient

      default OmniTestClient getClient()
      JavaBeans style getter/accessor (for Groovy, etc)
      Returns:
      The Omni Client