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

Implemented by

Methods

Methods