interface Keystore {
    getSigner(id: string): Promise<undefined | Signer>;
}

Implemented by

Methods

Methods