CachedContractClient caches a small set of view methods while delegating all transaction logic to the underlying OnboardingBridge SDK implementation.

Constructors

Accessors

  • get client(): any
  • Returns the wrapped SDK instance with all original transaction methods.

    Returns any

Methods

  • Cached wrappers for the supported read-only SDK methods.

    Returns Promise<number>

  • Invalidate cached values by key or clear the entire cache.

    Parameters

    Returns Promise<void>