Class OmniwalletClientModule

All Implemented Interfaces:
Versioned, Serializable

public class OmniwalletClientModule extends SimpleModule
A module of Jackson converters for OmniwalletClient that provides all converters necessary for an Omniwallet Client.
See Also:
  • Constructor Details

    • OmniwalletClientModule

      public OmniwalletClientModule()
      Construct a Jackson converter module with all converters necessary for an Omniwallet Client.
    • OmniwalletClientModule

      public OmniwalletClientModule(org.bitcoinj.base.Network network)
      Construct a Jackson converter module with all converters necessary for an Omniwallet Client that enforces valid address formats for the specified Network.
      Parameters:
      network - Specifies the network to validate addresses for