Name | Lookup | Parameters | |
|---|---|---|---|
| authenticate | 0500 | 1 | |
| set_robonode_public_key | 0501 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewAuthentication | 0500 | ["Authentication<ValidatorPublicKey, Moment>"] | |
| AuthenticationsExpired | 0501 | ["Vec<Authentication<ValidatorPublicKey, Moment>>"] | |
| AuthenticationsRemoved | 0502 | ["Vec<Authentication<ValidatorPublicKey, Moment>>","DeauthenticationReason"] |
Name | Type | |
|---|---|---|
| RobonodePublicKey | {"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":116} | |
| ConsumedAuthTicketNonces | {"origin":"PlainType","plain_type":"Vec<bounded_collections:bounded_vec:BoundedVec@118>","PlainTypeValue":117} | |
| ActiveAuthentications | {"origin":"PlainType","plain_type":"Vec<pallet_bioauth:Authentication>","PlainTypeValue":120} |
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. |