This package exposes the KeplrSigner, and a derived class LeapSigner. KeplrSigner is a
specialization of the Signer class from @apophis-sdk/core designed to make it easier to
integrate new Keplr forks (such as Leap).
import { Signer } from "@apophis-sdk/core";import { KeplrSigner, LeapSigner } from "@apophis-sdk/keplr-signer";Signer.register( new KeplrSigner(), new LeapSigner(),);