pub fn verify_proof_of_possession(
pop: &AuthoritySignature,
protocol_pubkey: &AuthorityPublicKey,
sui_address: SuiAddress,
) -> Result<(), SuiError>
Expand description
Verify proof of possession against the expected intent message, consisting of the protocol pubkey and the authority account address.