Function authenticate_schnorr_sig

Source
fn authenticate_schnorr_sig(
    schnorr_vk: &StateVerKey,
    address: Address,
    schnorr_sig: &[u8],
) -> Result<(), StakeTableSolError>