Module forest_filecoin::key_management::wallet_helpers

source ·

Functions§

  • Generate a new private key
  • Return a new Address that is of a given SignatureType and uses the supplied public key
  • Sign takes in SignatureType, private key and message. Returns a Signature for that message
  • Return the public key for a given private key and SignatureType