Humanode
subscan
Runtime Modules / Bioauth
Spec Version:
Call Functions
Name
Lookup
Parameters
authenticate05001
set_robonode_public_key05011
Events
Name
Lookup
Attributes
NewAuthentication0500["ValidatorPublicKey"]
Storage Functions
Name
Type
RobonodePublicKey{"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":112}
ConsumedAuthTicketNonces{"origin":"PlainType","plain_type":"Vec<sp_core:bounded:bounded_vec:BoundedVec@114>","PlainTypeValue":113}
ActiveAuthentications{"origin":"PlainType","plain_type":"Vec<pallet_bioauth:Authentication>","PlainTypeValue":116}
Error Types
Name
Docs
UnableToValidateAuthTicketSignatureWe were unable to validate the signature, i.e. it is unclear whether it is valid ornot.
AuthTicketSignatureInvalidThe signature for the auth ticket is invalid.
UnableToParseAuthTicketUnable to parse the auth ticket.
NonceAlreadyUsedThis nonce has already been seen by the network.
PublicKeyAlreadyUsedThis public key has already been used.
TooManyNoncesThe ConsumedAuthTicketNonces storage has reached the limit as BoundedVec.
TooManyBytesInNonceThe number of bytes at the nonce has reached the bounded limit.
TooManyAuthenticationsThe ActiveAuthentications storage has reached the limit as BoundedVec.