@bloock/sdk / SignatureAlg
Enumeration: SignatureAlg
Represents different signature algorithms.
Table of contents
Enumeration Members
Enumeration Members
BJJ
• BJJ = 2
Represents the BJJ signature algorithm with the "BJJ" name.
Defined in
entity/authenticity/signature_alg.ts:20
ECDSA
• ECDSA = 0
Represents the ECDSA signature algorithm with the "ES256K" name.
Defined in
entity/authenticity/signature_alg.ts:12
ENS
• ENS = 1
Represents the ENS (Ethereum Name Service) signature algorithm.
Defined in
entity/authenticity/signature_alg.ts:16
UNRECOGNIZED
• UNRECOGNIZED = -1
Represents an unrecognized signature algorithm.