setConfirmXdsa method
Sets the Confirm claim to bind an xDSA public key to this token.
Implementation
void setConfirmXdsa(xdsa.PublicKey key) {
_map[8] = {
1: {1: _algorithmIdXdsa, -2: key.toBytes()},
};
}
Sets the Confirm claim to bind an xDSA public key to this token.
void setConfirmXdsa(xdsa.PublicKey key) {
_map[8] = {
1: {1: _algorithmIdXdsa, -2: key.toBytes()},
};
}