nearcore
nearcore copied to clipboard
Use `Signer` and `ValidatorSigner` interfaces where possible
See https://github.com/near/nearcore/pull/11372#discussion_r1616881438
Currently we use InMemorySigner
and InMemoryValidatorSigner
in many places in the code, where we could use Signer
and ValidatorSigner
interfaces instead.