Name | Lookup | Parameters | |
---|---|---|---|
authenticate | 0500 | 1 | |
set_robonode_public_key | 0501 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
NewAuthentication | 0500 | ["ValidatorPublicKey"] | |
AuthenticationsExpired | 0501 | ["Vec<ValidatorPublicKey>"] | |
AuthenticationsRemoved | 0502 | ["Vec<ValidatorPublicKey>","DeauthenticationReason"] |
Name | Type | |
---|---|---|
RobonodePublicKey | {"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":114} | |
ConsumedAuthTicketNonces | {"origin":"PlainType","plain_type":"Vec<bounded_collections:bounded_vec:BoundedVec@116>","PlainTypeValue":115} | |
ActiveAuthentications | {"origin":"PlainType","plain_type":"Vec<pallet_bioauth:Authentication>","PlainTypeValue":118} |
Name | Docs |
---|---|
UnableToValidateAuthTicketSignature | We were unable to validate the signature, i.e. it is unclear whether it is valid ornot. |
AuthTicketSignatureInvalid | The signature for the auth ticket is invalid. |
UnableToParseAuthTicket | Unable to parse the auth ticket. |
NonceAlreadyUsed | This nonce has already been seen by the network. |
PublicKeyAlreadyUsed | This public key has already been used. |
TooManyNonces | The ConsumedAuthTicketNonces storage has reached the limit as BoundedVec. |
TooManyBytesInNonce | The number of bytes at the nonce has reached the bounded limit. |
TooManyAuthentications | The ActiveAuthentications storage has reached the limit as BoundedVec. |