glethers/signer/signing_key

Types

pub opaque type PrivateKey
pub type PrivateKeyError {
  WrongLength
  FailedBase16Decode
}

Constructors

  • WrongLength
  • FailedBase16Decode

Functions

pub fn from_string(
  private_key: String,
) -> Result(PrivateKey, PrivateKeyError)
pub fn to_bit_array(private_key: PrivateKey) -> BitArray
Search Document