pub unconstrained fn get_auth_witness<let N: u32>(message_hash: Field) -> [Field; N]
Oracle wrapper to fetch an auth_witness for a given message_hash from the PXE.
auth_witness
message_hash
@param message_hash The hash of the message for which the auth_witness is to be fetched. @return The auth_witness for the given message_hash as Field array.
Oracle wrapper to fetch an
auth_witnessfor a givenmessage_hashfrom the PXE.@param message_hash The hash of the message for which the
auth_witnessis to be fetched. @return Theauth_witnessfor the givenmessage_hashas Field array.