nearcore icon indicating copy to clipboard operation
nearcore copied to clipboard

Use `Signer` and `ValidatorSigner` interfaces where possible

Open staffik opened this issue 8 months ago • 0 comments

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.

staffik avatar Jun 10 '24 12:06 staffik