Module near_primitives::validator_signer[][src]

Structs

EmptyValidatorSigner

Test-only signer that “signs” everything with 0s. Don’t use in any production or code that requires signature verification.

InMemoryValidatorSigner

Signer that keeps secret key in memory and signs locally.

Traits

ValidatorSigner

Validator signer that is used to sign blocks and approvals.