pub fn verify_proof_of_possession(
    pop: &Signature,
    protocol_pubkey: &PublicKey,
    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.