nimiq/transaction/signature_proof_algorithm
Types
pub type SignatureProofAlgorithm {
  Ed25519
  ES256
}Constructors
- 
          Ed25519
- 
          ES256
Values
pub fn from_int(
  value: Int,
) -> Result(SignatureProofAlgorithm, String)pub fn to_int(algorithm: SignatureProofAlgorithm) -> Int