Module frame_support::crypto::ecdsa

source ·
Expand description

Simple ECDSA secp256k1 API.

Provides an extension trait for [sp_core::ecdsa::Public] to do certain operations.

Traits

  • Extension trait for [Public] to be used from inside the runtime.